summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Move wall drawing to graphics.cSimon Robertshaw1-0/+3
2011-05-14Condition variable instead of busy waitSimon Robertshaw1-3/+11
2011-05-13Runtime scale switchingSimon Robertshaw1-0/+6
2011-05-12Fix some thread sync and gravity sync issuesSimon Robertshaw1-4/+17
2011-05-12Newtonian gravity toggle, disabled by defaultSimon Robertshaw1-16/+36
2011-05-05Make middle click work with photon mapjacksonmj1-1/+3
2011-05-05Some work on bubbles. Added "bubble x,y" command to console.savask1-0/+4
Also made them save like regular soap.
2011-05-05Revert "Dem bubbles"Simon Robertshaw1-4/+0
This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4.
2011-05-05Dem bubblesunknown1-0/+4
2011-04-25Fix pause with gravity and test deuterium improvementsSimon Robertshaw1-7/+8
2011-04-25portal now uses particles as storage, so it keeps everything.Cracker641-1/+1
2011-04-25gravmutex = NULL not liked by some compilers (It's not actually correct anyway)Simon Robertshaw1-2/+2
2011-04-25Dialog box for changing simulation options, gravity toggle needs implementingSimon Robertshaw1-2/+4
2011-04-25Jacksonmj: Move console functions into seperate filejacksonmj1-1359/+5
2011-04-24More decoration improvements. still TODO: text boxes that will change ↵Cracker641-5/+4
current color, as well as display current color. A menu with some basic color swatches.
2011-04-24Asynchronous thread for gravity processingSimon Robertshaw1-9/+45
2011-04-23Decorations! ,still messing with it. It does not save currently. TODO: fix ↵Cracker641-1/+4
typing in boxes to update the color. Line/box tools. Some basic color selections like an element menu.
2011-04-22Stricter frame rate limitingjacksonmj1-4/+9
2011-04-22Remove limit on size of console scriptsjacksonmj1-23/+23
Also fix regex to work with x,y instead of needing x+0,y+0
2011-04-22Gravitaaaay (Needs tweeking for performance)Simon Robertshaw1-2/+4
2011-04-17'M' For selected element swap, 'dae' var for showing a selected element box ↵Simon1-2/+15
upon element change (not implemented)
2011-04-16Fix some memory leaks in save build/parsejacksonmj1-3/+9
2011-04-13<.< >.> Nobody saw that...Simon1-7/+1
2011-04-12Fix segfault with rendererSimon1-8/+4
2011-04-12Game save rendererSimon1-2/+79
2011-04-08Remove more warningsSimon1-3/+3
2011-04-08Remove a TON of warningsSimon1-506/+507
2011-04-08Re-add install hotkey, removed in astyle commitSimon1-0/+14
2011-04-08Workaround for some argument parsing bugginessjacksonmj1-4/+2
2011-04-08Start register_extension support for linuxjacksonmj1-2/+2
Also fix a limitation on the length of open: paths
2011-04-08astyleSimon1-1532/+1518
2011-04-06InstallerSimon1-0/+14
2011-04-04Fix banned user messagejacksonmj1-1/+1
error_ui does not support separate title text
2011-04-04Fix crashes when pasting on top of wallsjacksonmj1-1/+1
2011-04-04Use floats for temperature in both consoles (old and python)jacksonmj1-12/+13
2011-04-04Clear particle data in parse_savejacksonmj1-0/+2
Fixes QRTZ sometimes growing when copied and pasted
2011-04-04Use floats for vx,vy in old consolejacksonmj1-12/+13
2011-04-04Improved frame rate limitingjacksonmj1-14/+16
2011-04-04Finish WIN32 register_extension, fix Visual Studio compilejacksonmj1-36/+40
2011-04-04Restore new stamp manipulationjacksonmj1-12/+36
Overwritten by: Python console 2e401babb793238564ca640fc802a52ab7f6c293
2011-04-04console2345 always evaluates to true, check string is not empty insteadjacksonmj1-16/+16
Also, initialise to empty strings - if sscanf does not find something to put in a string, it will leave it unchanged.
2011-04-01Copy text UISimon1-4/+2
2011-04-01Added session check fallbackSimon1-0/+10
2011-04-01More PYCONSOLE macrosSimon1-0/+3
2011-04-01Move pygood and pyready outside of macroSimon1-1/+1
2011-04-01Move console_more declaration outside pythonconsole macroSimon1-2/+1
2011-03-30forgot to remove some EQVE stuff, wasn't workingCracker641-6/+1
2011-03-30set_vx and vy fixes, float to int is not good.Cracker641-2/+9
2011-03-30A cracker commit with some nice commentsSimon1-54/+57
2011-03-29some keyword fixes, "from" is a reserved name.Cracker641-12/+12