blobwarsAttrition/src/world
Steve bd02ee2b4d Post mission bug fixes. 2018-02-22 07:45:57 +00:00
..
camera.c Focus camera on doors, etc., that are opened when offscreen. 2018-02-07 19:21:13 +00:00
camera.h Camera and map code. 2018-01-21 11:12:49 +00:00
effects.c Decoration updates. 2018-02-05 22:06:53 +00:00
effects.h isOnScreen -> isVisible. 2018-02-06 07:32:08 +00:00
entities.c Ensure we draw entities when in observing mode. 2018-02-18 17:01:38 +00:00
entities.h Always add to quadtree if not dead or teleporting. 2018-02-16 08:08:52 +00:00
hud.c Show health, power, and oxygen values next to bars. 2018-02-22 07:13:37 +00:00
hud.h Return pointer to sprite rect. 2018-02-17 16:53:30 +00:00
items.c Use single variable to track mission type. 2018-02-14 07:26:51 +00:00
items.h isOnScreen -> isVisible. 2018-02-06 07:32:08 +00:00
map.c Use single variable to track mission type. 2018-02-14 07:26:51 +00:00
map.h Radar map updates. 2018-02-12 22:40:15 +00:00
objectives.c Handle mission result correctly. 2018-02-21 22:04:01 +00:00
objectives.h Objectives. 2018-01-21 12:57:01 +00:00
particles.c Destroy stuff at end of mission. 2018-02-17 16:53:18 +00:00
particles.h Added particle effects. 2018-02-04 16:14:14 +00:00
player.c Start mission from hub. 2018-02-18 09:29:37 +00:00
player.h Start mission from hub. 2018-02-18 09:29:37 +00:00
quadtree.c Quadtree fixes. 2018-02-12 18:27:12 +00:00
quadtree.h Quadtree. 2018-01-21 11:31:53 +00:00
radar.c Show and hide radar arrows. Integrate radar access into game. 2018-02-13 08:23:31 +00:00
radar.h v0.3 screenshots. 2018-02-13 08:24:31 +00:00
triggers.c Destroy stuff at end of mission. 2018-02-17 16:53:18 +00:00
triggers.h Triggers. 2018-01-21 12:19:07 +00:00
world.c Post mission bug fixes. 2018-02-22 07:45:57 +00:00
world.h Post mission bug fixes. 2018-02-22 07:45:57 +00:00
worldLoader.c Use single variable to track mission type. 2018-02-14 07:26:51 +00:00
worldLoader.h Start of world saving. 2018-02-10 18:35:56 +00:00
worldSaver.c Misc. tweaks. 2018-02-15 21:40:21 +00:00
worldSaver.h Start of world saving. 2018-02-10 18:35:56 +00:00