Bryan Hoyle
|
ede6876a82
|
HYGN now combusts and fuses properly
|
2012-08-20 16:59:19 -04:00 |
|
Simon Robertshaw
|
1b75cbdcc9
|
Limit on text width in textboxes
|
2012-08-20 20:41:38 +01:00 |
|
Simon Robertshaw
|
8e43ee60bb
|
Remove wall frame when loading saves, fixes #103
|
2012-08-20 18:53:03 +01:00 |
|
Simon Robertshaw
|
cb05bc67c6
|
Ensure localBrowser is NULL when starting to prevent crash
|
2012-08-20 18:52:37 +01:00 |
|
Simon Robertshaw
|
94b94cf818
|
Update version number
|
2012-08-20 18:43:51 +01:00 |
|
Simon Robertshaw
|
72e441132f
|
TPT: Prevent accidental infinite loops in lua, fixes #115
|
2012-08-20 18:37:42 +01:00 |
|
Simon Robertshaw
|
51a0fb2d45
|
TPT: Prevent CONV from destroying diamond
|
2012-08-20 16:54:56 +01:00 |
|
Simon Robertshaw
|
b318c3721a
|
TPT: Powered pipe, based on jacob1's commits
|
2012-08-20 16:48:03 +01:00 |
|
Simon Robertshaw
|
13888623a5
|
TPT: Error reporting in other things besides just step functions (No error reporting in graphics or part update to prevent massive spam) fixes #134
|
2012-08-20 15:00:32 +01:00 |
|
Simon Robertshaw
|
9c599a7b9f
|
TPT: fix enegery particles going into PIPE
|
2012-08-20 14:26:08 +01:00 |
|
Simon Robertshaw
|
5ea1889e81
|
TPT: fix set_property not checking stacked particles when specifying range, add dcolor property setting/getting
|
2012-08-20 14:24:19 +01:00 |
|
Simon Robertshaw
|
fb02d57aca
|
TPT: Fix salt/water proportions when dissolving into DSTW as well
|
2012-08-20 14:08:27 +01:00 |
|
Simon Robertshaw
|
29283b038c
|
TPT: Consistent proportions of WATR and SALT in SLTW (1 SALT + 3 WATR = 4 SLTW)
|
2012-08-20 13:55:11 +01:00 |
|
Simon Robertshaw
|
7fc8d5f388
|
Add missing legacy update function
|
2012-08-20 13:41:03 +01:00 |
|
Simon Robertshaw
|
9ecc29d24c
|
Correct position of context menus in scrolling panels, fixes #135
|
2012-08-20 12:54:48 +01:00 |
|
Simon Robertshaw
|
43ed72b4c5
|
Fix a few small (a lot of big) memory leaks associated with the stamps browser
|
2012-08-19 21:31:24 +01:00 |
|
Simon Robertshaw
|
9dd9d52564
|
Herp derp, forgot to call dealloc in GameSave destructor
|
2012-08-19 20:57:14 +01:00 |
|
Simon Robertshaw
|
c0c30bd305
|
Looks like calling the destructor manually is not a good idea.
|
2012-08-19 20:44:50 +01:00 |
|
Simon Robertshaw
|
b1df1e164c
|
Catch exceptions when loading initial stamp
|
2012-08-19 18:57:29 +01:00 |
|
Simon Robertshaw
|
186e62dec4
|
Pad frame numbers with zeros for screenshots and recording
|
2012-08-19 16:55:46 +01:00 |
|
Savely Skresanov
|
d6fe7fa2c8
|
Basic realistic heat and latent heat support.
|
2012-08-19 20:06:10 +07:00 |
|
Simon Robertshaw
|
7d8c6c7f86
|
TPTScript: Allow numbers with decimal point
|
2012-08-19 12:50:04 +01:00 |
|
Simon Robertshaw
|
4c63a6f593
|
Fix the Lua EngineProcess bug, not sure how either (needs further investigation) I suspect that stacking Lua calls upon each other (which will happen in engine->Tick()/engine->Draw()) is causing some unusual behaviour, checking for an engine break just before this fixes it. fixes #129
|
2012-08-19 12:16:51 +01:00 |
|
Simon Robertshaw
|
fee3f3bf44
|
Ensure Lua mouse status is reset at startup, fixes #130
|
2012-08-19 12:08:46 +01:00 |
|
Simon Robertshaw
|
571abd97a3
|
Prevent mouse up from leaving a little blob, fixes #130
|
2012-08-19 11:44:14 +01:00 |
|
Simon Robertshaw
|
3d140d310e
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-08-19 11:30:57 +01:00 |
|
Simon Robertshaw
|
7ae2369dda
|
Make ngrav negative, fixes #133
|
2012-08-19 11:30:44 +01:00 |
|
Simon Robertshaw
|
0092229132
|
Don't delete Simulation::Elements now that it's not runtime allocated
|
2012-08-19 00:49:24 +01:00 |
|
Simon Robertshaw
|
93afe0a1ea
|
More robust EngineProcess (still doesn't fix lua bug)
|
2012-08-19 00:40:20 +01:00 |
|
Simon Robertshaw
|
740f0d30c3
|
Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop which can be broken out of with Engine::Break())
|
2012-08-18 22:08:20 +01:00 |
|
Simon Robertshaw
|
63da7a4afe
|
Initialise stickman legs correctly
|
2012-08-18 17:31:31 +01:00 |
|
Simon Robertshaw
|
ce3bb6f755
|
Element slots default to disabled
|
2012-08-18 17:19:39 +01:00 |
|
Simon Robertshaw
|
9b2433f912
|
Fix typo
|
2012-08-18 17:13:13 +01:00 |
|
Simon Robertshaw
|
7018e46fac
|
Remove disabled elements when simulating. Fix crash when kill_part is run on elements with invalid types
|
2012-08-18 17:08:24 +01:00 |
|
Simon Robertshaw
|
69b788ba7d
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-08-18 12:44:32 +01:00 |
|
Simon Robertshaw
|
97a819c79c
|
Fix autoupdate issue where temp file is not deleted, fixes #128
|
2012-08-18 12:44:07 +01:00 |
|
Simon Robertshaw
|
a9cce88be6
|
Fix crash when creating null terminator in updateRichText (writing out of bounds)
|
2012-08-17 23:16:55 +01:00 |
|
Simon Robertshaw
|
5b51e67044
|
PPM screen recording
|
2012-08-17 23:09:48 +01:00 |
|
Simon Robertshaw
|
706bd0fa97
|
Tick client more frequently and remove *pyc files from git
|
2012-08-17 17:20:09 +01:00 |
|
Simon Robertshaw
|
02f98ddbe9
|
Ensure input text is null terminated when parsing RichText
|
2012-08-17 17:17:36 +01:00 |
|
Simon Robertshaw
|
21f050800b
|
Load signs from OPS data
|
2012-08-17 17:08:24 +01:00 |
|
Simon Robertshaw
|
d24e439a1e
|
Red error, ensure residual actiondata is not read for RichLabel
|
2012-08-17 17:02:02 +01:00 |
|
Simon Robertshaw
|
b835861519
|
Some more safety for RichText parser
|
2012-08-17 16:38:06 +01:00 |
|
Simon Robertshaw
|
614a90cfc6
|
RichText label (used for MOTD), fixes #123
|
2012-08-17 16:08:03 +01:00 |
|
Simon Robertshaw
|
6500923aa5
|
Sample tool, fixes #122
|
2012-08-17 13:40:10 +01:00 |
|
Simon Robertshaw
|
be42cec498
|
Fix sign tool message box placeholder text
|
2012-08-17 12:24:46 +01:00 |
|
Simon Robertshaw
|
edad8f46af
|
Undo/Snapshots, fixes #118
|
2012-08-16 22:03:40 +01:00 |
|
Simon Robertshaw
|
f19c7f62c7
|
Air invert and grid mode switching
|
2012-08-16 12:15:29 +01:00 |
|
Simon Robertshaw
|
ca30e9f091
|
Remove info about cmode cycling from intro text
|
2012-08-16 11:28:24 +01:00 |
|
Simon Robertshaw
|
08f9721619
|
Missing part of fix for save comments page number
|
2012-08-15 18:42:19 +01:00 |
|