summaryrefslogtreecommitdiff
path: root/src/render.cpp
AgeCommit message (Expand)Author
2018-03-26Ambient sounds.Paweł Redman
2018-03-26Independent game timing.Paweł Redman
2017-12-19Copyright stuff.Paweł Redman
2017-12-19Better selection markers.Paweł Redman
2017-12-19Introduce tall tiles.Paweł Redman
2017-12-19Fix panicking units stopping for no reason.Paweł Redman
2017-12-16Fix an error in animated textures.Paweł Redman
2017-12-16Start adding decorations.Paweł Redman
2017-12-16Distort the tile grid when rendering.Paweł Redman
2017-12-16Show some performance stats.Paweł Redman
2017-12-15Color modulation for animated textures.Paweł Redman
2017-12-15Explicit phase control for animated textures.Paweł Redman
2017-12-15Add tracers.Paweł Redman
2017-12-14Avoid reinventing UTF-8.Paweł Redman
2017-12-14Bring back the Polish translation.Paweł Redman
2017-12-14The gamelog, being reworking combat.Paweł Redman
2017-12-13Add health bars.Paweł Redman
2017-12-13Render layers.Paweł Redman
2017-12-13Add the alien.Paweł Redman
2017-12-12Move tile data to src/game.Paweł Redman
2017-12-12Bias select_index.Paweł Redman
2017-12-12Start moving game logic to src/game.Paweł Redman
2017-12-02Tracing rays through the world.Paweł Redman
2017-11-08Fix entity rendering order.Paweł Redman
2017-11-08Frametime-independent dynamics.Paweł Redman
2017-11-07Better unit say.Paweł Redman
2017-11-07Refactoring, introduce text.cpp, closer to an actual game.Paweł Redman
2017-11-07Hide debug draws by default, start working on selecting.Paweł Redman
2017-11-07Avoid walking into walls.Paweł Redman
2017-11-07Improve path finding.Paweł Redman
2017-11-06Introduce cmodels and cflags.Paweł Redman
2017-11-06Don't use the deprecated setColor for text.Paweł Redman
2017-10-24Tile rendering needs a redoing.Paweł Redman
2017-10-24Begin working on proper tile graphics.Paweł Redman
2017-10-21Slightly more interesting world generation.Paweł Redman
2017-10-21First working path finding.Paweł Redman
2017-10-21Start working on path finding.Paweł Redman
2017-10-18Render bounds are now working. Start working on unit movement.Paweł Redman
2017-10-18Continue refactoring.Paweł Redman
2017-10-17New vectors. Start refactoring to use it.Paweł Redman
2017-10-14Move assets to assets.cpp.Paweł Redman
2017-10-14Correct entity drawing order.Paweł Redman
2017-10-14Oriented sprites and the human sprite.Paweł Redman
2017-10-14Initial work on animations.Paweł Redman
2017-10-10Finish work on world entities, start experimenting with world generation.Paweł Redman
2017-10-09Initial work on entities.Paweł Redman
2017-10-09Refactoring and basic map generation.Paweł Redman
2017-10-07Initial commit.Paweł Redman