summaryrefslogtreecommitdiff
path: root/includes/defines.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-12Newtonian gravity toggle, disabled by defaultSimon Robertshaw1-0/+2
2011-04-26Gravity: only calculate the differenceSimon Robertshaw1-0/+2
2011-04-25Fix pause with gravity and test deuterium improvementsSimon Robertshaw1-0/+2
2011-04-25Dialog box for changing simulation options, gravity toggle needs implementingSimon Robertshaw1-0/+1
2011-04-25Jacksonmj: Move console functions into seperate filejacksonmj1-5/+3
2011-04-22Forgot something for gravitySimon Robertshaw1-0/+3
2011-04-17Increment versionSimon1-1/+1
2011-04-12Game save rendererSimon1-1/+7
2011-04-10Increment versionSimon1-1/+1
2011-04-08Increment versionSimon1-3/+3
2011-03-2964bit fixes and otherSimon1-2/+1
2011-03-2664bit fixes, thanks a ton jacksonmj :DLieuwe1-2/+1
2011-03-24M_PI for those who aren't awesome enough for PiSimon1-0/+4
2011-03-22Python consoleSimon1-3/+8
2011-03-22More cracker fixesSimon1-0/+4
2011-03-22Fix some WIND bugsSimon1-1/+1
2011-03-18you can now disable(tpt.disable_python) or enable(python) the python console :DLieuwe1-0/+1
2011-03-18now warns about a disabled python console.Lieuwe1-1/+2
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-2/+2
To make clipboard manipulation easier.
2011-03-15no need to include tpt_console.py on 64bit anymore.Lieuwe1-1/+3
2011-03-13added #define PYEXT so you can use an external tpt_console.py on 64bit OSesLieuwe1-0/+1
2011-03-10merge merge mergeCracker641-1/+5
2011-03-09added #define to disable PYCONSOLELieuwe1-0/+2
2011-03-03getheader now compiles python filesLieuwe1-0/+2
2011-02-26Merge branch 'upstream' into devjacksonmj1-1/+1
Conflicts: src/main.c
2011-02-23Increase minor versionSimon1-1/+1
2011-02-23updatingCracker641-2/+6
2011-02-22Merge branch 'upstream' into devjacksonmj1-2/+2
Conflicts: src/main.c
2011-02-22Update versionSimon1-2/+2
2011-02-20Fix some compiler warningsjacksonmj1-0/+1
2011-02-19Minor versionSimon1-1/+1
2011-02-19Move reset code to own functionjacksonmj1-0/+1
Also clear persistent view when loading a save or clearing the screen.
2011-02-13Visual Studio compatibilityjacksonmj1-0/+4
Also fix two compiler warnings
2011-02-11update with latestCracker641-3/+3
2011-02-08Sound device not compulsoryjacksonmj1-1/+1
2011-02-04Merge with cracker, also fix versionSimon1-9/+7
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker641-7/+5
2011-02-03missed some corrections, fixes GoLCracker641-2/+2
2011-02-01Update with simon, and drawing SPRK on walls crash fix.Cracker641-2/+2
2011-01-31Fix for liquids - jacksonmjSimon1-2/+2
2011-01-31Fix version for LoginSimon1-2/+2
2011-01-30Merge branch 'upstream' into devjacksonmj1-0/+1
2011-01-30Added a console! it is pretty self explanitoryCracker641-0/+1
2011-01-29Consistent use of NGOL, better NSCN descriptionjacksonmj1-2/+2
2011-01-29oops, silly copy file, and fixed the new GoL from simon's fail merging.Cracker641-1/+1
2011-01-28update to latestCracker641-5/+5
2011-01-19revert all limit changes, a little too glitchy, can be done later when ↵Cracker641-3/+0
current limit is reached.
2011-01-19made all the shifts and type checks use defines, so it can be changed ↵Cracker641-0/+3
easier, and put it back to normal with a shift of 8.
2011-01-17more life types using states, put them in new menu. Maybe get some way to ↵Cracker641-1/+1
switch to new menu on mouseover of last spot of current life menu
2011-01-16Made GoL code work with more advanced rules with different life states, ↵Cracker641-1/+1
giving more interesting rules.