summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06Remove <version.h> includeatlaua1-1/+0
The last commit removed the empty includes/version.h. But as src/main.c still refers to it, that causes the build to fail. Fixes commit a1aeabe
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-3/+2
Also add headers stating the license to some more of the source files
2012-04-29Massive cleanup of sdl_scale, and fix moving a sign in the zoom windowjacksonmj1-56/+44
2012-04-28Fix bugs when moving signsjacksonmj1-1/+1
Signs could not be repositioned on top of another sign (dependent on the indices of the two signs), and could not be placed after selecting an element from the menu.
2012-04-27Use an array instead of ctype to cache tron colourjacksonmj1-0/+2
2012-03-23Enable realistic heat and put a build info thingy into welcome screenSimon Robertshaw1-1/+36
2012-03-15newtonian gravity only put in HUD when onJacob11-1/+4
2012-03-15ngrav/amb. heat quickoptions, amb. heat drawn in heat display when on, fix ↵Jacob11-1/+1
render_ui position
2012-03-14cursor changes to correct shape as soon as you click element/wallJacob11-1/+1
2012-03-14soap lines, create_parts fix, compiling fixesJacob11-2/+2
2012-03-14delete stamps when you delete stampsJacob11-0/+6
2012-02-12End sign movement when a save is loadedjacksonmj1-0/+1
2012-02-05Prevent particle creation when clicking in the menu areajacksonmj1-1/+1
2012-01-25If you cancel an update, the yellow update box stays awayJacob11-0/+3
2012-01-25Solids wall description, and check build_save was successful when saving a stampjacksonmj1-0/+2
2011-12-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-3/+2
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵Simon Robertshaw1-859/+8
data into parse and build save methods. New save format: OPS, basic reading and writing complete, uses BSON, BSON.c/h (Binary JSON) implementation from MongoDB. (Is License OK?)
2011-12-28Fix creation of invalid wall tiles by sign tooljacksonmj1-2/+1
2011-12-28Fix gravmap memset, and restrict_flt for temperaturesjacksonmj1-1/+1
2011-12-24Fix FPS in HUD in stable/nonbeta releasesSimon Robertshaw1-1/+1
2011-12-24Fix crash with clear_sim if gravity not initialised, fix rendererSimon Robertshaw1-5/+13
2011-12-19Use reduced resolution gravity maps for improved performanceSimon Robertshaw1-5/+5
2011-12-18Merge with new lua functionalitySimon Robertshaw1-3/+4
2011-12-18Fix creating particles in autorun.luajacksonmj1-4/+7
2011-12-18Fix grav walljacksonmj1-1/+1
2011-12-18Fix some gravity memsets, remove gravx/yjacksonmj1-3/+3
2011-12-18Move Newtonian gravity into a new filejacksonmj1-120/+4
2011-12-17Add option for lua parts array to use native data using ffiSimon Robertshaw1-3/+4
2011-12-10Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_partjacksonmj1-25/+22
2011-12-10Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_partjacksonmj1-25/+22
2011-11-21Fix LCRY/ELEC infinite loop, BIZR turns photons into electrons, SING ↵Simon Robertshaw1-12/+21
explodes with electrons, electrons react with deut.
2011-11-18Add back in number keys to change render/display/color _mode variablesJacob11-2/+2
2011-11-13Basic render modes for Render_uiSimon Robertshaw1-11/+1
2011-11-12Replace cmode with more flexible render options, TODO: Saving and render ↵Simon Robertshaw1-15/+26
options UI
2011-11-12Trim down UItext, remove Generations and VersionSimon Robertshaw1-4/+5
2011-11-12"Pipe with ..." message when pipe is filled.savask1-0/+10
2011-11-12Merge pull request #51 from atlaua/masterSimon Robertshaw1-1/+5
todo resolved
2011-11-12Update src/main.cSimon Robertshaw1-1/+1
2011-11-08Cursor in ZooMSimon Robertshaw1-1/+3
2011-11-03Resolved a todo in main.catlaua1-1/+5
2011-11-01OpenGl ImprovementsSimon Robertshaw1-0/+6
2011-10-31LCRY tweaksSimon Robertshaw1-1/+1
2011-10-30Change LCRy workings and add ELEC (wip)Simon Robertshaw1-0/+17
2011-10-28Ensure grav vel maps are cleared when stopping/starting gravity calculationSimon Robertshaw1-0/+6
2011-10-26Fix FIGH loading and bad variable namesSimon Robertshaw1-0/+15
2011-10-26Merge latest FIGH additionsSimon Robertshaw1-23/+29
2011-10-26Revert "Revert "F1 to bring up intro message""Simon Robertshaw1-2/+14
This reverts commit 8c25ef733c9fc1424a14e98ed20d2400bdfa5e3a.
2011-10-26Revert "F1 to bring up intro message"Simon Robertshaw1-14/+2
This reverts commit f8d54e66dba5d8448d30f61f84883b4e7e6e1087.
2011-10-26Made a special structure for stick mans.savask1-20/+18
2011-10-26Some work on lightning for stick mans and fighters.savask1-2/+2