blobwarsAttrition/src/world
Steve 695e1fc5da Don't observe entities that are close to another that is already being observed. 2018-02-28 08:00:24 +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 Start of extra blood / explosions. 2018-02-27 21:55:15 +00:00
effects.h Start of extra blood / explosions. 2018-02-27 21:55:15 +00:00
entities.c Added directional audio. 2018-02-26 18:56:13 +00:00
entities.h Tidied headers. 2018-02-27 22:35:31 +00:00
hud.c Only print item quantity if it's more than 0. 2018-02-27 08:16:18 +00:00
hud.h Replaced health, power, oxygen text with icons. 2018-02-22 19:19:43 +00:00
items.c Use ints instead of float. 2018-02-24 16:01:36 +00:00
items.h Use ints instead of float. 2018-02-24 16:01:36 +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 Start of extra blood / explosions. 2018-02-27 21:55:15 +00:00
particles.h Added particle effects. 2018-02-04 16:14:14 +00:00
player.c Misc. code fixes. 2018-02-25 17:32:29 +00:00
player.h Tidied headers. 2018-02-27 22:35:31 +00:00
quadtree.c Fix segfault when freeing entities. 2018-02-22 19:03:48 +00:00
quadtree.h Quadtree. 2018-01-21 11:31:53 +00:00
radar.c Pause audio when pausing game / viewing radar. 2018-02-28 07:52:38 +00:00
radar.h Pause audio when pausing game / viewing radar. 2018-02-28 07:52:38 +00:00
triggers.c Trigger gameplay message crash fix. 2018-02-24 16:00:04 +00:00
triggers.h Trigger gameplay message crash fix. 2018-02-24 16:00:04 +00:00
world.c Don't observe entities that are close to another that is already being observed. 2018-02-28 08:00:24 +00:00
world.h Don't observe entities that are close to another that is already being observed. 2018-02-28 08:00:24 +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