summaryrefslogtreecommitdiff
path: root/src/elements/stkm2.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-28/+0
2012-08-09Give menu color to elements without one (stickmen, TRON, and WARP) The color ↵jacob11-17/+1
is ignored, so they still look the same (amended to remove "*pixel_mode &= ~PMODE;", since *pixel_mode is set to PSPEC_STICKMAN immediately afterwards)
2012-06-17Revert "Moved soap and stick men graphics things to special functions."Simon Robertshaw1-2/+2
This reverts commit 7f5408f196002476c4765f1cae833e1441e4b276. Conflicts: includes/powder.h
2012-06-02Moved soap and stick men graphics things to special functions.Savely Skresanov1-2/+2
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya1-0/+15
2011-10-26Merge latest FIGH additionsSimon Robertshaw1-6/+6
2011-10-26Made a special structure for stick mans.savask1-2/+2
2011-10-23Pass particle pointer to graphics update function instead of index. Make ↵Simon Robertshaw1-0/+15
PIPE use subcall to get graphics info. Cache for particle graphics properties. Stickman PSPEC_STICKMAN added and implemented
2011-07-25Generalized stick man's update functions. Got rid of some unnecessarysavask1-420/+4
variables.
2011-06-25Allow changing of stkm spawn element by setting ctypejacksonmj1-0/+5
2011-06-25Fixes for high life stickmanjacksonmj1-1/+2
2011-06-11Fix a load of memory leaksjacksonmj1-4/+4
Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio.
2011-06-04Some fixes for stick mans.savask1-3/+5
2011-05-28Fix STKM always going through wallsjacksonmj1-13/+19
Now behaves as normal, i.e. only occasionally goes through walls. Walls which completely block all particles are in the pmap with type 0xFF. ptypes[] doesn't go up to 0xFF, so ptypes[0xFF].state will not necessarily result in an answer that gives correct behaviour for walls.
2011-03-19Fix stickmen photons and neutronsjacksonmj1-11/+14
2011-01-28Change include file for element update functionsjacksonmj1-1/+1
2011-01-13Merge element state into ptypes.jacksonmj1-12/+12
All of the pstates array except .state was replaced by ptransitions.
2011-01-13Fix permanent stickman death.jacksonmj1-0/+1
2011-01-11Merge branch 'upstream' into devjacksonmj1-0/+5
2011-01-10Finish update function cleanupjacksonmj1-48/+51
2011-01-07Start function pointersjacksonmj1-0/+404