summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-02-21Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
Also reduce duplication of some HUD code
2011-02-20Zoom 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.
2011-02-20Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
Also reduce duplication of some HUD code
2011-02-20Fix some compiler warningsjacksonmj1-14/+13
2011-02-19Notication of authentication improvementSimon1-4/+23
2011-02-19Fix saving of display mode from keys and fix persistent displaySimon1-2/+3
2011-02-19Always save last display modejacksonmj1-1/+0
2011-02-19Move reset code to own functionjacksonmj1-39/+29
Also clear persistent view when loading a save or clearing the screen.
2011-02-15Commands in signs, some don't fitCracker641-0/+22
2011-02-13ALL GLORY TO THE SAVASKSimon1-4/+1
2011-02-13Fix Clickable signsSimon1-4/+3
2011-02-13Moved Gravity identifiers, added gravity mode and air mode to save formatSimon1-37/+42
2011-02-13Visual Studio compatibilityjacksonmj1-7/+9
Also fix two compiler warnings