summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21UI improvements for elements menuSimon1-20/+20
2011-02-21Zoom key conflict with international keyboardsjacksonmj1-5/+2
Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls.
2011-02-21Fix console preventing window from closingjacksonmj1-0/+1
2011-02-19Fix saving of display mode from keys and fix persistent displaySimon1-0/+2
2011-02-13Visual Studio compatibilityjacksonmj1-3/+2
Also fix two compiler warnings
2011-02-07Improve console element parsingjacksonmj1-13/+1
GOL, 34, 2x2 now work. Element types can no longer be referred to by number, to remove ambiguity between type and particle number.
2011-02-07Fix console particle number, coordinate parsingjacksonmj1-10/+4
2011-02-04Merge branch 'upstream' into devjacksonmj1-17/+9
Conflicts: src/powder.c
2011-02-04Nobody likes extra line breaks]Simon1-2/+2
2011-02-04Merge with cracker, also fix versionSimon1-15/+7
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker641-15/+3
2011-02-03variables and if statements for scripts, GoL is glitchy for me, i don't know whyCracker641-0/+4
2011-02-03Merge branch 'upstream' into devjacksonmj1-15/+16
2011-02-03Fixes from cracker64, also lolsoundsSimon1-1/+2
2011-02-02testing playing .wav files. lol soundsCracker641-1/+2
2011-02-01Update with simon, and drawing SPRK on walls crash fix.Cracker641-1/+9
2011-01-31Small changes from crackerSimon1-10/+11
2011-01-31Fix for liquids - jacksonmjSimon1-21/+116
2011-01-31Fix login for non-elevated usersSimon1-1/+9
2011-01-31merge jacksonmj's and simon's changes, and made mouse coords show up in ↵Cracker641-28/+121
debug so it is easier to get them.
2011-01-31ALL GLORY TO THE SAVASKSimon1-1/+18
2011-01-31Console improvementsjacksonmj1-19/+94
Can use x,y coordinates to specify which particle. ctype now also accepts element names. More sanity checking of input. delete command added.
2011-01-31Merge branch 'cracker64' into devjacksonmj1-5/+9
Conflicts: src/interface.c src/main.c
2011-01-31stupid git, didn't take description changeCracker641-4/+7
2011-01-31Moved console commands into own function. Added running script files so ↵Cracker641-0/+19
console commands can be run instantly. Added create command. element names work, from jacksonmj.
2011-01-31Make console recognise element namesjacksonmj1-0/+16
2011-01-31Merge branch 'upstream' into devjacksonmj1-0/+3
2011-01-30Fix bugs with console.Simon1-1/+4
2011-01-30possible fix from jacksonmj, cursor gets set to end while changing commands ↵Cracker641-1/+2
with up/down
2011-01-30Console segfault fixjacksonmj1-1/+1
ed.str is deallocated when console_ui returns. Dereferencing the returned pointer to ed.str therefore results in bad things.
2011-01-30Merge branch 'upstream' into devjacksonmj1-14/+149
2011-01-30update with latestCracker641-15/+99
2011-01-30Command buffer, limit is 9, I thinkSimon1-1/+65
2011-01-30Merge with crackers consoleSimon1-0/+51
2011-01-30added 'load' command, and a basic error message.Cracker641-3/+6
2011-01-30Added a console! it is pretty self explanitoryCracker641-0/+48
2011-01-29Use Sessions instead of saving passwordSimon1-15/+35
2011-01-28update to latestCracker641-3382/+3383
2011-01-23Fix SIGFPE when opening creations with exactly 50 up/down votesjacksonmj1-6/+7
Only occurs on optimised (using $(OFLAGS) in Makefile) builds
2011-01-19revert all limit changes, a little too glitchy, can be done later when ↵Cracker641-1/+1
current limit is reached.
2011-01-18test with increased element limit, there seems to be no performace decrease ↵Cracker641-1/+1
to me anyway. element limit of 4096
2011-01-06Astyle.jacksonmj1-3376/+3376
2010-12-29updated with simons small changesCracker641-4/+20
2010-12-29Fix a bit of code readabilitySimon1-4/+20
2010-12-29new display, Life, shows life in a grayscale gradient, will ONLY show up in ↵Cracker641-0/+8
debug mode, on shift-1, fix filt floodfill, portal has bigger storage, other fixes.
2010-12-18Added second stickman for Lulz, it works great though, controlled by wasd. ↵Cracker641-0/+31
's' was moved to ctrl-s and d is ctrl-d
2010-12-14another swch fix, desl fire fix, shift-g will make grid go down, BIZR glows ↵Cracker641-0/+4
from velocity in FIRE,ect. METL/BRMT/BMTL change color when heated in heat gradient view. other small changes.
2010-12-13updated with icons, and some more fixes.Cracker641-3/+4
2010-12-08Bugfix for wifi, would cause a double spark if timed just right. updated toCracker641-9/+14
2010-12-06updated with simon's changesCracker641-9/+9