16 Mar 2014 » Screen shake

Tweaked the screen shake a bit. Small explosions have a fast shake; large explosions can leave the screen shaking a lot and for longer.


Add a comment

16 Mar 2014 » Exit compass

For exits and (some) objectives, the game will show compass arrows at the edge of the screen to show the players where they are.

These notifications tell the players where to go without having to bring up the map, as the map is very distracting in multiplayer.


Add a comment

19 Feb 2014 » Character objective highlight

Added a highlight border around characters that are objectives (e.g. ones that you have to kill or rescue). This makes the game easier to understand.

Part of: https://github.com/cxong/cdogs-sdl/issues/90


Add a comment

16 Feb 2014 » Score update animation

I’ve added a small animation when the player’s score is updated. Comments and suggestions are welcome:

https://github.com/cxong/cdogs-sdl/issues/28


Add a comment

16 Feb 2014 » LOS with Raycasting

The line-of-sight algorithm got an upgrade in 0.5.4. This new algorithm uses raycasting; rays are cast from the player’s tile outwards to the edges, setting tiles as lit until a wall is encountered.

https://github.com/cxong/cdogs-sdl/issues/94


Add a comment