summaryrefslogtreecommitdiff
path: root/src/world.cpp
AgeCommit message (Expand)Author
2017-12-19Copyright stuff.Paweł Redman
2017-12-19Introduce tall tiles.Paweł Redman
2017-12-17Display total S/T/E counts.Paweł Redman
2017-12-17Improve decos: more variations and fewer patterns.Paweł Redman
2017-12-16Clean up the virtual dtor mess.Paweł Redman
2017-12-16Major refactor of game's entity code.Paweł Redman
2017-12-16Start adding decorations.Paweł Redman
2017-12-15Fix tracing.Paweł Redman
2017-12-14Rework collision masks and improve AI.Paweł Redman
2017-12-13Basic alien AI.Paweł Redman
2017-12-12Fix a regression in path finding.Paweł Redman
2017-12-12Move tile data to src/game.Paweł Redman
2017-12-02Tracing rays through the world.Paweł Redman
2017-11-08Fix entity node elimination.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-06More support for cflags.Paweł Redman
2017-11-06Introduce cmodels and cflags.Paweł Redman
2017-10-24Tile rendering needs a redoing.Paweł Redman
2017-10-24Begin working on proper tile graphics.Paweł Redman
2017-10-24Node elimination basics.Paweł Redman
2017-10-21Slightly more interesting world generation.Paweł Redman
2017-10-21Improve short paths and do some refactoring.Paweł Redman
2017-10-21First working path finding.Paweł Redman
2017-10-21Move path finding code to another file.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-17Fix a bug in entity linking.Paweł Redman
2017-10-17New vectors. Start refactoring to use it.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