savask
|
6581c29bf7
|
An icon for tools.
|
2011-08-23 23:45:18 +07:00 |
|
savask
|
021168ad1b
|
Added "Tools" menu.
|
2011-08-23 23:45:01 +07:00 |
|
Simon Robertshaw
|
42938cc2ea
|
Lua keyevents bug, int keycode is cast to a char
|
2011-08-22 21:22:21 +01:00 |
|
Simon Robertshaw
|
ac6feec874
|
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
|
2011-08-22 01:02:27 +01:00 |
|
jacksonmj
|
75cb924bd9
|
Fix electrode when in replace mode or specific delete mode
Also fix bomb when SLALT != 0
|
2011-08-22 01:02:02 +01:00 |
|
jacksonmj
|
5f8fba12c8
|
Change portal so that randomness never causes a particle to exit the same side it came in
|
2011-08-21 02:37:25 +08:00 |
|
Simon Robertshaw
|
99b67598aa
|
Changes to unify mouse and keyboard events for Lua
|
2011-08-20 18:18:09 +01:00 |
|
jacksonmj
|
a96afc863e
|
Stickman go through portals
|
2011-08-20 18:29:02 +08:00 |
|
Simon Robertshaw
|
2e2694e0fb
|
Revert "Move version check out of main()"
This reverts commit 97da8593d9 .
|
2011-08-19 23:44:09 +01:00 |
|
Simon Robertshaw
|
799c99257c
|
Version Increment
|
2011-08-19 22:56:07 +01:00 |
|
jacksonmj
|
2bbfdc72fb
|
Fix DEBUG_DRAWTOOL to work with line snapping
|
2011-08-19 20:30:32 +01:00 |
|
jacksonmj
|
97da8593d9
|
Move version check out of main()
|
2011-08-19 13:55:07 +01:00 |
|
Simon Robertshaw
|
88823cf604
|
Reorganise a lot of Python console stuff
|
2011-08-19 13:16:49 +01:00 |
|
Bryan Hoyle
|
161eb60cfa
|
Added PGRV and NGRV for positive and negative gravity tools (sortof like air and vac, but with gravity)
|
2011-08-16 18:07:12 -04:00 |
|
Bryan Hoyle
|
e2df8e2c16
|
Version incriment
|
2011-08-16 16:51:50 -04:00 |
|
Bryan Hoyle
|
e55e52c460
|
added gbmb which is an element that makes large amounts of gravity when it hits a particle
|
2011-08-16 14:39:50 -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 |
|
Simon Robertshaw
|
d3153aae85
|
Extended info for line drawing
|
2011-08-14 18:31:48 +01:00 |
|
Simon Robertshaw
|
11843a8ee0
|
Fix movable WIRE
|
2011-08-11 20:22:08 +01:00 |
|
Simon Robertshaw
|
d5435c50a9
|
Debug info for particles allocation
|
2011-08-11 20:12:52 +01:00 |
|
Simon Robertshaw
|
9e634b95cc
|
Fire intensity from Lua
|
2011-08-11 13:02:00 +01:00 |
|
Simon Robertshaw
|
3ed6a44a24
|
Add FRZZ to Powders menu
|
2011-08-11 00:43:35 +01:00 |
|
jacksonmj
|
1713604233
|
Skip unused particles at end of parts[]
|
2011-08-11 07:38:56 +08:00 |
|
Simon Robertshaw
|
61bbc36cfa
|
Fix Gol with Wire placed
|
2011-08-08 16:19:23 +01:00 |
|
Simon Robertshaw
|
7b968a1f37
|
Version increment
|
2011-08-08 15:06:57 +01:00 |
|
Simon Robertshaw
|
9b9d628374
|
Improvements to Wire
|
2011-08-08 14:57:32 +01:00 |
|
lieuwe
|
50c4bfd86d
|
Y U NO WORK. added logic for WIRE but it's not being called.
|
2011-08-08 20:32:04 +08:00 |
|
lieuwe
|
15b4ba7532
|
added WIRE particle type.
|
2011-08-08 20:31:20 +08: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
|
d20c704d88
|
LIFE descriptions
|
2011-08-06 18:13:22 +08:00 |
|
Simon Robertshaw
|
4ebe56f65c
|
Mouse and keyboard events, replace luaL_openlib() with luaL_register() and move mousex and mousey out of the global table and into the 'tpt' table
|
2011-08-05 14:54:24 +01:00 |
|
Simon Robertshaw
|
89e47bfa4d
|
Some tags for version info to make it easier for automation tools
|
2011-07-31 14:20:22 +01:00 |
|
Simon Robertshaw
|
f51fe2c983
|
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
|
2011-07-31 12:20:16 +01:00 |
|
Bryan Hoyle
|
d7a55f1f50
|
me4502 added tpt.throw_error and tpt.heat as lua commands
|
2011-07-30 20:31:34 -04:00 |
|
Simon Robertshaw
|
3bd5a4711c
|
Less buggy DLAY
|
2011-07-27 14:28:32 +01:00 |
|
Simon Robertshaw
|
58d96de4ce
|
Revert "DLAY element"
This reverts commit 7338545ab4 .
|
2011-07-27 13:07:41 +01:00 |
|
jacksonmj
|
647e29a31a
|
Fix LIFE graphics in blob, nothing and fancy view
And some small fixes for switchable element colours
|
2011-07-26 18:27:56 +01:00 |
|
Simon Robertshaw
|
899969cc8a
|
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
|
2011-07-26 17:46:15 +01:00 |
|
tridiaq
|
7338545ab4
|
DLAY element
|
2011-07-26 17:05:20 +01:00 |
|
savask
|
dbd3272933
|
Generalized stick man's update functions. Got rid of some unnecessary
variables.
|
2011-07-25 12:47:38 +07:00 |
|
jacksonmj
|
89cc8d4ded
|
Fix life cloning
|
2011-07-24 20:10:43 +08:00 |
|
jacksonmj
|
7ed0255f04
|
Disable old life elements
|
2011-07-24 20:07:15 +08:00 |
|
cracker64
|
2f714606d7
|
active menu and hud enable are global.
|
2011-07-22 10:08:13 -04:00 |
|
cracker64
|
d013aa3632
|
Added functions to header.
|
2011-07-22 06:55:43 -07:00 |
|
Simon Robertshaw
|
68404608f6
|
Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear interpolation for faux accuracy), old ones should be removed in time.
|
2011-07-18 23:58:08 +01:00 |
|
Simon
|
0fbe6e2d3f
|
Fix PBCN saving and increment major version
|
2011-07-13 12:03:30 +01:00 |
|
Simon Robertshaw
|
b4dd9ec056
|
Version change
|
2011-07-12 14:09:04 -07:00 |
|
Simon Robertshaw
|
63e9d6d9c1
|
Version change
|
2011-07-12 19:41:37 +01:00 |
|