summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2011-03-2964bit fixes and otherSimon2-3/+2
2011-03-2664bit fixes, thanks a ton jacksonmj :DLieuwe1-2/+1
2011-03-26misc stuffLieuwe1-1/+1
2011-03-25... and woodSimon1-1/+1
2011-03-25Fix neutron penetration for PLANTSimon1-1/+1
2011-03-25Added some file association for Windows, NOT TESTED YETSimon1-0/+6
2011-03-24Move thunder to explosiveSimon1-1/+1
2011-03-24Move Portal to special and Photons to nuclearSimon1-3/+3
2011-03-24M_PI for those who aren't awesome enough for PiSimon1-0/+4
2011-03-24Effects for PRTO and PRTISimon1-0/+14
2011-03-22Python consoleSimon2-4/+9
2011-03-22More cracker fixesSimon4-7/+13
2011-03-22Fix some WIND bugsSimon1-1/+1
2011-03-2064bit fixing shitLieuwe1-1/+1
2011-03-18Better rotation and inversion, also does single pixel translationjacksonmj1-0/+2
2011-03-18Matrices and vectors, to make coding next commit more pleasantjacksonmj1-0/+23
2011-03-18you can now disable(tpt.disable_python) or enable(python) the python console :DLieuwe2-1/+2
2011-03-18now warns about a disabled python console.Lieuwe2-2/+3
2011-03-18no longer crashes on mangled console.py and other python initialisation errors.Lieuwe1-1/+1
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-2/+2
To make clipboard manipulation easier.
2011-03-18Update icon.h to match icon image filesjacksonmj1-1/+1
2011-03-16broke stuffLieuwe1-1/+2
2011-03-1564bit really fixed now, does need PYEXT to be defined tho.Lieuwe1-1/+1
2011-03-15no need to include tpt_console.py on 64bit anymore.Lieuwe2-3/+4
2011-03-15Display photon wavelengths in HUDjacksonmj1-1/+1
2011-03-13added #define PYEXT so you can use an external tpt_console.py on 64bit OSesLieuwe2-1/+2
2011-03-10merge merge mergeCracker644-13/+19
2011-03-09added #define to disable PYCONSOLELieuwe2-1/+3
2011-03-06COMMIT DAMNITLieuwe1-1/+1
2011-03-06more work on the chat client, it now supports nick changesLieuwe1-1/+1
2011-03-05added irc client extension, it only listens for now.Lieuwe1-1/+1
2011-03-05keyboard/mouse handlingLieuwe1-1/+1
2011-03-05moar graphics stuffLieuwe1-1/+1
2011-03-05got draw_pixel and draw_text to workLieuwe1-1/+1
2011-03-05trying to get a putpixel command working but it segfaults atmLieuwe1-1/+1
2011-03-05implemented a step hook and modified the makefile to call getheader.pyLieuwe1-1/+1
2011-03-03tpt_console.py now internalLieuwe1-1/+2
2011-03-03getheader now compiles python filesLieuwe2-0/+3
2011-02-26Merge branch 'upstream' into devjacksonmj2-4/+7
Conflicts: src/main.c
2011-02-26python consoleLieuwe2-7/+7
2011-02-24WIND from cracker!Simon1-2/+5
2011-02-24forgot powder.h, and renamed drag to windCracker641-2/+5
2011-02-23Fancier glow, now affected by Velocity, Pressure and HeatSimon1-1/+1
2011-02-23Increase minor versionSimon1-1/+1
2011-02-23updatingCracker644-11/+13
2011-02-22Merge branch 'upstream' into devjacksonmj3-9/+8
Conflicts: src/main.c
2011-02-22Update versionSimon1-2/+2
2011-02-21UI improvements for elements menuSimon2-7/+6
2011-02-21Zoom key conflict with international keyboardsjacksonmj1-2/+0
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-20Zoom key conflict with international keyboardsjacksonmj1-2/+0
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.