summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-7/+9
To make clipboard manipulation easier.
2011-03-18check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-03-17Fix incorrect pitch in sdl_seticonjacksonmj1-1/+1
Was causing garbled icon on linux. 16 pixels * 4 bytes per pixel = 64, not 128.
2011-03-17Remove neutrons from pmapjacksonmj1-1/+2
2011-03-17fuck the wrong branch. also, particle delete function.Lieuwe1-0/+13
2011-03-17fixed keyrepeat api callLieuwe1-0/+14
2011-03-16Visual Studiojacksonmj1-1/+1
2011-03-15nother bugfixLieuwe1-1/+1
2011-03-15small bugfixLieuwe1-1/+1
2011-03-15MERGELieuwe1-36/+82
2011-03-1564bit really fixed now, does need PYEXT to be defined tho.Lieuwe1-0/+4
2011-03-15no need to include tpt_console.py on 64bit anymore.Lieuwe1-2/+1
2011-03-15Display element contained by PIPE in debug modejacksonmj1-0/+5
2011-03-15Display photon wavelengths in HUDjacksonmj1-1/+10
2011-03-14another 64bit fixLieuwe1-34/+34
2011-03-14this might fix the python console on 64bit without #define PYEXTLieuwe1-2/+36
2011-03-13added #define PYEXT so you can use an external tpt_console.py on 64bit OSesLieuwe1-2/+9
2011-03-12forgot some files, and a few fixes, set commands use 'setfrom' instead of ↵Cracker641-10/+10
'from' as a keyword, wind brush fixes.
2011-03-10merge merge mergeCracker641-837/+1254
2011-03-10Remove some redundant codeSimon1-3/+0
2011-03-10Testing commitSimon1-5/+6
2011-03-10Alter year, useless commitSimon1-6/+6
2011-03-09added #define to disable PYCONSOLELieuwe1-3/+24
2011-03-07check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-03-06COMMIT DAMNITLieuwe1-358/+392
2011-03-06more work on the chat client, it now supports nick changesLieuwe1-6/+12
2011-03-05added irc client extension, it only listens for now.Lieuwe1-4/+4
2011-03-05keyboard/mouse handlingLieuwe1-7/+43
2011-03-05moar graphics stuffLieuwe1-2/+44
2011-03-05got draw_pixel and draw_text to workLieuwe1-2/+26
2011-03-05trying to get a putpixel command working but it segfaults atmLieuwe1-1/+13
2011-03-05implemented a step hook and modified the makefile to call getheader.pyLieuwe1-12/+26
2011-03-03tpt_console.py now internalLieuwe1-3/+7
2011-03-03pulled some code by cracker which makes output even more awesome :PLieuwe1-72/+259
2011-03-03a get_pmap and get_prop function for python so fancier scripts can be made. ↵Cracker641-7/+55
Made a demo of increasing element type by one, import example, example.increment()
2011-03-02update readme for consoleCracker641-9/+9
2011-03-02console things, set commands use keywords for arguments.Cracker641-461/+642
2011-02-26Merge branch 'upstream' into devjacksonmj1-28/+41
Conflicts: src/main.c
2011-02-26python consoleLieuwe1-446/+483
2011-02-24Pretty transparent consoleSimon1-18/+22
2011-02-24WIND from cracker!Simon1-2/+15
2011-02-24forgot powder.h, and renamed drag to windCracker641-2/+2
2011-02-24a drag tool!Cracker641-3/+14
2011-02-23Increase debug coords string buffer to prevent crashesSimon1-1/+1
2011-02-23updatingCracker641-165/+179
2011-02-22Make the help screen a bit cleanerSimon1-7/+3
2011-02-22Merge branch 'upstream' into devjacksonmj1-84/+123
Conflicts: src/main.c
2011-02-21Sound and scripts are opt-in, to speed up loading and closingSimon1-79/+98
2011-02-21Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon1-16/+10
2011-02-21Zoom key conflict with international keyboardsjacksonmj1-1/+1
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.