Commit Graph

69 Commits

Author SHA1 Message Date
jacksonmj
dcac550ef4 Compiler flag for gravity.c, to fix FFTW crash due to misaligned stack on Windows 2012-01-15 06:26:26 +08:00
jacksonmj
dee7dd9fb9 Makefile: Linux OpenGL targets, and fix powder-debug-64 2011-12-19 20:35:59 +08:00
Simon Robertshaw
445308d32b Remove python references from makefile 2011-10-26 14:57:11 +01:00
jacksonmj
d0d0d62bbc Build using object files (except for Macs) 2011-10-26 14:46:15 +01:00
Simon Robertshaw
07a1f21df4 Merge latest with graphicstest 2011-10-25 11:31:21 +01:00
Simon Robertshaw
1171a23353 Update powder-sse2 to use OpenGL 2011-10-24 18:17:39 +01:00
Der Messer
49f6439bb7 Fixed bug in compile process: Linker option '-lrt' was not set so ld
complained about "undefined reference to 'clock_gettime'"
2011-10-23 17:54:45 +08:00
Bryan Hoyle
f577c319db Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online 2011-08-23 20:28:55 -04:00
Bryan Hoyle
ad09f3040e Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)""
This reverts commit a5db1d53da.
2011-08-16 12:45:44 -04:00
Bryan Hoyle
a5db1d53da Revert "added lua command: tpt.setfpscap(int FPSCap)"
This reverts commit aa56eca5c0.
2011-08-16 12:43:50 -04:00
Bryan Hoyle
aa56eca5c0 added lua command: tpt.setfpscap(int FPSCap) 2011-08-15 21:44:37 -04:00
jacksonmj
788b0cd04c Calculate Newtonian gravity using fast Fourier transforms
About 16% slower for one cell changing, same speed for 6 cells changing,
and several hundred times faster for whole screen changing.
2011-08-06 18:13:22 +08:00
jacksonmj
34774e7829 Basic clipboard_push_text support for linux 2011-07-06 13:43:51 +01:00
Simon Robertshaw
2327d9678d implement create and delete functions 2011-05-31 17:07:38 +01:00
Simon Robertshaw
776ae73f8e Move render targets to bottom of the makefile to make 'powder' the default 2011-04-26 12:39:07 +01:00
Simon Robertshaw
a73a97f986 pthread lib for makefile 2011-04-24 17:51:03 +01:00
Simon Robertshaw
a75de30782 Fix Windows targets and disable python by default 2011-04-21 14:19:15 +01:00
Simon
67531c2434 Game save renderer 2011-04-12 12:19:21 +01:00
Simon
00d8af2404 Show all warnings 2011-04-08 15:44:58 +01:00
Simon
812798d70d 64bit fixes and other 2011-03-29 17:47:53 +01:00
Lieuwe
f4804c19cc stole jacksonmjs makefile too, its aweseome :D 2011-03-26 17:31:21 +01:00
Lieuwe
3d71ab5582 64bit fixes, thanks a ton jacksonmj :D 2011-03-26 16:45:38 +01:00
Lieuwe
05730797d8 misc stuff 2011-03-26 16:40:03 +01:00
Simon
efe27b0fee Fix makefile for OS X 2011-03-22 18:02:22 +00:00
Simon
2e401babb7 Python console 2011-03-22 17:58:52 +00:00
Simon
c096b2b14a More cracker fixes 2011-03-22 17:25:29 +00:00
Simon
cdd1c3eda7 Improve makefile for OS X 2011-03-22 15:53:16 +00:00
Lieuwe
295626563f 64bit fixing shit 2011-03-20 17:46:29 +01:00
Lieuwe
f7bd1198b1 MERGE 2011-03-15 20:48:23 +01:00
Lieuwe
67b68e32ff this might fix the python console on 64bit without #define PYEXT 2011-03-14 21:37:02 +01:00
Cracker64
3b048f8a06 merge merge merge 2011-03-10 15:43:27 -05:00
Simon
0ded22493e Fix makefile for OS X 2011-03-09 18:01:53 +00:00
Lieuwe
85a2ba9a6e implemented a step hook and modified the makefile to call getheader.py 2011-03-05 15:09:15 +01:00
Simon
918dab0e30 Updated Makefile for OS X 2011-03-02 22:28:41 +00:00
Lieuwe
364759ff08 python console 2011-03-03 04:54:19 +08:00
Lieuwe
5387f235f9 python console 2011-02-26 11:49:23 +01:00
jacksonmj
8c6f93cd20 Makefile - libregex for mingw32, and change icc spaces to tab 2011-02-19 07:07:08 +08:00
Cracker64
880ed33fc7 oops, silly copy file, and fixed the new GoL from simon's fail merging. 2011-01-28 19:58:54 -05:00
jacksonmj
1ab4d328a6 Start function pointers 2011-01-07 14:14:35 +00:00
FacialTurd
f0d9882b03 Remove i586, breaks 64bit 2011-01-01 12:02:00 -08:00
FacialTurd
04625716b9 -march="native" seems to cause some math issues, replacing with i586 2011-01-01 09:52:55 -08:00
Felix Wallin
267e6a4511 added icc target 2010-12-24 00:11:25 +01:00
Simon
e09110dda3 Improvements to Makefile for OS X 2010-12-20 18:16:49 +00:00
Simon
e6ce8d7ef0 Remove static linking from makefile 2010-12-20 18:14:21 +00:00
Simon
5026bfa105 Revert "nice"
This reverts commit 14b4dfef87.
2010-12-20 18:11:11 +00:00
Felix Wallin
14b4dfef87 nice 2010-12-20 14:34:55 +01:00
Felix Wallin
cb6597f9e1 makefile changes 2010-12-20 14:05:36 +01:00
Simon
d8cd71f912 cracker merge 2010-12-11 03:46:21 +00:00
Simon
3cf8bb93c7 Fix ARAYs scanning off screen, also removed warnings from makefile 2010-12-06 20:25:13 +00:00
Felix Wallin
175b37d239 added debug flag 2010-11-03 11:50:48 +01:00