summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Python consoleSimon1-9/+11
2011-03-22More cracker fixesSimon1-7/+45
2011-03-18you can now disable(tpt.disable_python) or enable(python) the python console :DLieuwe1-3/+7
2011-03-18now warns about a disabled python console.Lieuwe1-2/+6
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-2/+2
To make clipboard manipulation easier.
2011-03-17fixed keyrepeat api callLieuwe1-4/+4
2011-03-16Visual Studiojacksonmj1-1/+2
2011-03-12Save ID is useful, so display it!jacksonmj1-2/+22
2011-03-12Limit length of save title and username at bottom of screenjacksonmj1-3/+3
2011-03-10merge merge mergeCracker641-19/+71
2011-03-04Python console changesSimon1-4/+34
2011-03-03Merge branch 'master' of https://github.com/FacialTurd/The-Powder-ToyLieuwe1-8/+16
2011-03-03a get_pmap and get_prop function for python so fancier scripts can be made. ↵Cracker641-1/+5
Made a demo of increasing element type by one, import example, example.increment()
2011-03-02Enable key repeat for consoleSimon1-0/+6
2011-03-02python consoleLieuwe1-5/+6
2011-03-02console things, set commands use keywords for arguments.Cracker641-10/+48
2011-03-02Fix some potential crashes, better handling of empty server responsesjacksonmj1-8/+16
2011-02-26Fix some potential crashes, better handling of empty server responsesjacksonmj1-8/+16
2011-02-24Pretty transparent consoleSimon1-18/+23
2011-02-24transparent console....Cracker641-13/+11
2011-02-23updatingCracker641-45/+28
2011-02-22Improvement to scrolling menuSimon1-2/+2
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-15Commands in signs, some don't fitCracker641-1/+17
2011-02-13Visual Studio compatibilityjacksonmj1-3/+2
Also fix two compiler warnings
2011-02-11update with latestCracker641-45/+27
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