| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-21 | UI improvements for elements menu | Simon | 1 | -20/+20 | |
| 2011-02-21 | Zoom key conflict with international keyboards | jacksonmj | 1 | -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-21 | Fix console preventing window from closing | jacksonmj | 1 | -0/+1 | |
| 2011-02-19 | Fix saving of display mode from keys and fix persistent display | Simon | 1 | -0/+2 | |
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 1 | -3/+2 | |
| Also fix two compiler warnings | |||||
| 2011-02-07 | Improve console element parsing | jacksonmj | 1 | -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-07 | Fix console particle number, coordinate parsing | jacksonmj | 1 | -10/+4 | |
| 2011-02-04 | Merge branch 'upstream' into dev | jacksonmj | 1 | -17/+9 | |
| Conflicts: src/powder.c | |||||
| 2011-02-04 | Nobody likes extra line breaks] | Simon | 1 | -2/+2 | |
| 2011-02-04 | Merge with cracker, also fix version | Simon | 1 | -15/+7 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 1 | -15/+3 | |
| 2011-02-03 | variables and if statements for scripts, GoL is glitchy for me, i don't know why | Cracker64 | 1 | -0/+4 | |
| 2011-02-03 | Merge branch 'upstream' into dev | jacksonmj | 1 | -15/+16 | |
| 2011-02-03 | Fixes from cracker64, also lolsounds | Simon | 1 | -1/+2 | |
| 2011-02-02 | testing playing .wav files. lol sounds | Cracker64 | 1 | -1/+2 | |
| 2011-02-01 | Update with simon, and drawing SPRK on walls crash fix. | Cracker64 | 1 | -1/+9 | |
| 2011-01-31 | Small changes from cracker | Simon | 1 | -10/+11 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 1 | -21/+116 | |
| 2011-01-31 | Fix login for non-elevated users | Simon | 1 | -1/+9 | |
| 2011-01-31 | merge jacksonmj's and simon's changes, and made mouse coords show up in ↵ | Cracker64 | 1 | -28/+121 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 1 | -1/+18 | |
| 2011-01-31 | Console improvements | jacksonmj | 1 | -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-31 | Merge branch 'cracker64' into dev | jacksonmj | 1 | -5/+9 | |
| Conflicts: src/interface.c src/main.c | |||||
| 2011-01-31 | stupid git, didn't take description change | Cracker64 | 1 | -4/+7 | |
| 2011-01-31 | Moved console commands into own function. Added running script files so ↵ | Cracker64 | 1 | -0/+19 | |
| console commands can be run instantly. Added create command. element names work, from jacksonmj. | |||||
| 2011-01-31 | Make console recognise element names | jacksonmj | 1 | -0/+16 | |
| 2011-01-31 | Merge branch 'upstream' into dev | jacksonmj | 1 | -0/+3 | |
| 2011-01-30 | Fix bugs with console. | Simon | 1 | -1/+4 | |
| 2011-01-30 | possible fix from jacksonmj, cursor gets set to end while changing commands ↵ | Cracker64 | 1 | -1/+2 | |
| with up/down | |||||
| 2011-01-30 | Console segfault fix | jacksonmj | 1 | -1/+1 | |
| ed.str is deallocated when console_ui returns. Dereferencing the returned pointer to ed.str therefore results in bad things. | |||||
| 2011-01-30 | Merge branch 'upstream' into dev | jacksonmj | 1 | -14/+149 | |
| 2011-01-30 | update with latest | Cracker64 | 1 | -15/+99 | |
| 2011-01-30 | Command buffer, limit is 9, I think | Simon | 1 | -1/+65 | |
| 2011-01-30 | Merge with crackers console | Simon | 1 | -0/+51 | |
| 2011-01-30 | added 'load' command, and a basic error message. | Cracker64 | 1 | -3/+6 | |
| 2011-01-30 | Added a console! it is pretty self explanitory | Cracker64 | 1 | -0/+48 | |
| 2011-01-29 | Use Sessions instead of saving password | Simon | 1 | -15/+35 | |
| 2011-01-28 | update to latest | Cracker64 | 1 | -3382/+3383 | |
| 2011-01-23 | Fix SIGFPE when opening creations with exactly 50 up/down votes | jacksonmj | 1 | -6/+7 | |
| Only occurs on optimised (using $(OFLAGS) in Makefile) builds | |||||
| 2011-01-19 | revert all limit changes, a little too glitchy, can be done later when ↵ | Cracker64 | 1 | -1/+1 | |
| current limit is reached. | |||||
| 2011-01-18 | test with increased element limit, there seems to be no performace decrease ↵ | Cracker64 | 1 | -1/+1 | |
| to me anyway. element limit of 4096 | |||||
| 2011-01-06 | Astyle. | jacksonmj | 1 | -3376/+3376 | |
| 2010-12-29 | updated with simons small changes | Cracker64 | 1 | -4/+20 | |
| 2010-12-29 | Fix a bit of code readability | Simon | 1 | -4/+20 | |
| 2010-12-29 | new display, Life, shows life in a grayscale gradient, will ONLY show up in ↵ | Cracker64 | 1 | -0/+8 | |
| debug mode, on shift-1, fix filt floodfill, portal has bigger storage, other fixes. | |||||
| 2010-12-18 | Added second stickman for Lulz, it works great though, controlled by wasd. ↵ | Cracker64 | 1 | -0/+31 | |
| 's' was moved to ctrl-s and d is ctrl-d | |||||
| 2010-12-14 | another swch fix, desl fire fix, shift-g will make grid go down, BIZR glows ↵ | Cracker64 | 1 | -0/+4 | |
| from velocity in FIRE,ect. METL/BRMT/BMTL change color when heated in heat gradient view. other small changes. | |||||
| 2010-12-13 | updated with icons, and some more fixes. | Cracker64 | 1 | -3/+4 | |
| 2010-12-08 | Bugfix for wifi, would cause a double spark if timed just right. updated to | Cracker64 | 1 | -9/+14 | |
| 2010-12-06 | updated with simon's changes | Cracker64 | 1 | -9/+9 | |
