summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
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
2011-03-29WIND works with line tool, BOMB shine affected by velocity and flickersCracker641-0/+10
2011-03-2964bit fixes and otherSimon1-1/+62
2011-03-2664bit fixes, thanks a ton jacksonmj :DLieuwe1-1/+3
2011-03-26misc stuffLieuwe1-3/+61
2011-03-25Added LieuweSimon1-1/+1
2011-03-24Message box with save ID info on new saveSimon1-1/+7
2011-03-24Fix underflow/segfault from negative ctypes and debug textSimon1-1/+1
2011-03-24Fix text overflow for large life valuesSimon1-1/+1
2011-03-23Open file command lineSimon1-0/+13
2011-03-22Python consoleSimon1-923/+715
2011-03-22More cracker fixesSimon1-72/+1233
2011-03-22Fix some WIND bugsSimon1-4/+15
2011-03-19cleanup :DLieuwe1-1/+1