Simon Robertshaw
3fe82bf525
Jagged arcs
2011-06-27 18:16:25 +01:00
Simon Robertshaw
36ee81fc6b
Better photons for persistent display, ability to toggle gravity view (ctrl+g)
2011-06-27 14:01:07 +01:00
Simon Robertshaw
1dcefb2895
Keep opened files
2011-06-25 16:59:25 +01:00
jacksonmj
36e2a07a5b
Visual Studio fixes
2011-06-25 15:52:24 +01:00
jacksonmj
f417d7a4df
Include ambient heat in undo
2011-06-25 15:50:59 +01:00
ief015
be79233101
added functions to iterate through all particles
...
+ tpt.start_getPartIndex() --starts the iteration
+ bool tpt.next_getPartIndex() --increases the iteration, returns true if there are more particles to iterate through
+ int tpt.getPartIndex() --get the current iteration value
2011-06-25 01:32:54 -04:00
Simon
87513503ba
Version increment
2011-06-15 18:35:56 +01:00
Simon
cf35ccb8fd
Include dir change for OS X
2011-06-15 18:33:33 +01:00
Simon Robertshaw
71922e2763
Version increment
2011-06-15 13:15:03 +01:00
Simon Robertshaw
4c6f3ca152
Revert "Revert "Version increment""
...
This reverts commit bcb7852762
.
2011-06-15 13:13:50 +01:00
Simon Robertshaw
5a8c52aeee
Revert "Changed thunder and plasma to work as before."
...
This reverts commit fe9fd28b70
.
2011-06-15 13:11:03 +01:00
Simon Robertshaw
bcb7852762
Revert "Version increment"
...
This reverts commit af73fd17b2
.
2011-06-15 13:09:26 +01:00
Simon Robertshaw
af73fd17b2
Version increment
2011-06-14 20:46:49 +01:00
savask
fe9fd28b70
Changed thunder and plasma to work as before.
2011-06-14 17:13:33 +01:00
Simon Robertshaw
2dd04b917d
Add access to the local saving features
2011-06-14 15:13:27 +01:00
Simon Robertshaw
14abcf5fc2
Local saving UI
2011-06-13 23:24:20 +01:00
Simon Robertshaw
7edf6378da
Missing files from previous commit
2011-06-12 22:59:36 +01:00
Simon Robertshaw
61ce0f4376
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2011-06-12 22:57:41 +01:00
Simon Robertshaw
8713587e70
Local save loading (WIP)
2011-06-12 22:56:38 +01:00
Simon
02bb96a6fb
Version increment
2011-06-11 18:20:50 +01:00
jacksonmj
93316a9f1d
Fix a load of memory leaks
...
Also fix some compiler warnings (missing headers, wrong pointer type for
modf, etc) and move variable declarations for Visual Studio.
2011-06-11 13:00:42 +01:00
Simon Robertshaw
1f7106acb1
Gravity zoning
2011-06-09 22:35:00 +01:00
Simon Robertshaw
1effdb052a
Image for server saving
2011-06-09 17:53:41 +01:00
Simon Robertshaw
09a3670d64
Clean up signs when reading
2011-06-08 18:09:03 +01:00
Simon Robertshaw
3ea25c83b7
message_box and input for Lua API, also autorun.lua
2011-06-08 16:30:36 +01:00
Simon Robertshaw
e94ed7bc11
Version increment
2011-06-08 13:47:41 +01:00
Simon Robertshaw
b5c9d86fbe
Less blurry thumbnail scaling
2011-06-08 13:30:39 +01:00
Simon Robertshaw
1b5ff237c0
Version increment
2011-06-04 19:19:34 +01:00
savask
f5af89fb43
Added detach to powder.h.
2011-06-04 19:14:15 +01:00
Simon Robertshaw
98115038c7
Version Increment
2011-06-04 17:44:24 +01:00
Simon Robertshaw
97cc3488eb
Mercury
2011-06-04 14:05:22 +01:00
Simon Robertshaw
106dc6e097
Version increment
2011-06-04 12:49:40 +01:00
Simon Robertshaw
a4847e4d9e
Version increment
2011-06-04 12:41:12 +01:00
Simon Robertshaw
af5e2b2488
Version increment
2011-06-04 00:00:07 +01:00
Simon Robertshaw
b32683e99c
Favourites interface improvements
2011-06-03 18:54:25 +01:00
Simon Robertshaw
623723cd60
Version increment
2011-06-03 16:53:07 +01:00
Simon Robertshaw
fc426b2404
Unregister function (not implemented)
2011-06-03 14:21:46 +01:00
Cracker64
e3ef7f05f0
some more deco editor changes. Right click deletes decoration again.
2011-06-02 20:24:02 +01:00
Simon Robertshaw
c003fee63e
Ambient heat (disabled by default)
2011-06-01 20:18:19 +01:00
Simon Robertshaw
3d600c6955
Add gravity field manipulation to Lua api, move gravity processing to after the particle update (Means a delay of 1 frame, but we get the ability to manipulate the field with Lua)
2011-06-01 12:16:33 +01:00
Simon Robertshaw
2c8c4bc567
Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling
2011-05-31 18:38:13 +01:00
Simon Robertshaw
b0659e3dd1
Step code registration, just an example at the moment
2011-05-30 20:11:34 +01:00
Simon Robertshaw
d5f1a4cfd0
Many methods for Lua console
2011-05-30 19:44:17 +01:00
Simon Robertshaw
d8051926c8
More descriptive error messages for lua console
2011-05-30 18:15:56 +01:00
Simon Robertshaw
65252aa002
drawtext for Lua
2011-05-30 16:45:39 +01:00
Simon Robertshaw
79a27c2c90
Basics for Lua
2011-05-30 16:22:39 +01:00
Simon Robertshaw
5dcc3dbb44
Rich text syntax
...
TODO: Link hovering
2011-05-29 17:00:31 +01:00
jacksonmj
f603e33e74
Small speed improvement to eval_move
...
Warning: may be buggy, test thoroughly.
2011-05-29 13:36:11 +01:00
jacksonmj
5e414e64dc
Fix WIND decoration, and reset dcolour in create_part
2011-05-29 13:35:00 +01:00
jacksonmj
a2c171fbf9
Remove remaining references to old decorations buffer
2011-05-29 13:34:50 +01:00