summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-18changed zip filenameLieuwe1-1/+1
2011-03-18Remove redundant rotate/invert code and correct rotation directionjacksonmj1-25/+2
2011-03-18Better rotation and inversion, also does single pixel translationjacksonmj1-9/+33
2011-03-18you can now disable(tpt.disable_python) or enable(python) the python console :DLieuwe1-3/+21
2011-03-18now warns about a disabled python console.Lieuwe1-16/+506
2011-03-18no longer crashes on mangled console.py and other python initialisation errors.Lieuwe1-26/+36
2011-03-18...Lieuwe1-1/+36
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-7/+9
2011-03-18check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-03-17Fix incorrect pitch in sdl_seticonjacksonmj1-1/+1
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 'fr...Cracker641-10/+10
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
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
2011-02-26python consoleLieuwe1-446/+483