Simon Robertshaw
|
b6736f967e
|
Add EMP flash, fixes #137
|
2012-08-21 13:00:31 +01:00 |
|
Simon Robertshaw
|
e25d934856
|
Show stamp selection and placement in zoom window. Fixes #140
|
2012-08-21 12:31:27 +01:00 |
|
Simon Robertshaw
|
7b8647cf15
|
Add missing files from e54eeae
|
2012-08-21 12:27:13 +01:00 |
|
Simon Robertshaw
|
4b8ebe4abd
|
Air heat simulation now knows about gravity mode. fixes #142
|
2012-08-21 12:26:39 +01:00 |
|
Simon Robertshaw
|
e54eeae883
|
Move tick time into engine, fixes #139
|
2012-08-21 01:24:38 +01:00 |
|
Simon Robertshaw
|
c9997f8aea
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-08-21 01:09:37 +01:00 |
|
Simon Robertshaw
|
ba1ce66968
|
Correct particlesCount when reading PSv format, particlesCount was being assigned to the last index and thus was one less that desired. fixes #138
|
2012-08-21 01:09:22 +01:00 |
|
Bryan Hoyle
|
add4226f31
|
final fusion fixes
|
2012-08-20 17:46:51 -04:00 |
|
Bryan Hoyle
|
a403be9890
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-08-20 16:59:37 -04:00 |
|
Bryan Hoyle
|
ede6876a82
|
HYGN now combusts and fuses properly
|
2012-08-20 16:59:19 -04:00 |
|
Simon Robertshaw
|
451a94a6ac
|
Clear fire/persistent effects when clearing the simulation, fixes #136
|
2012-08-20 20:49:00 +01: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
|
08f9721619
|
Missing part of fix for save comments page number
|
2012-08-15 18:42:19 +01:00 |
|
Simon Robertshaw
|
98445721fd
|
xor_bitmap drawing for renderer
|
2012-08-15 16:25:13 +01:00 |
|
Simon Robertshaw
|
2f0e67433c
|
Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto the correct framebuffer
|
2012-08-15 15:02:48 +01:00 |
|
Simon Robertshaw
|
0bb4c0e57a
|
Fix cursor and zoom with OpenGL
|
2012-08-15 13:34:37 +01:00 |
|
Simon Robertshaw
|
1e406eeaf4
|
Revert some changes by Triclops200 in 42d707f8a4 , Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data
|
2012-08-15 13:02:15 +01:00 |
|
Simon Robertshaw
|
54a81031bc
|
Revert "Missing "invert" declaration in OpenGLDrawMethods"
This reverts commit 708379a3f8 .
|
2012-08-15 12:55:41 +01:00 |
|
Simon Robertshaw
|
2378363055
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-08-15 12:50:06 +01:00 |
|
Simon Robertshaw
|
708379a3f8
|
Missing "invert" declaration in OpenGLDrawMethods
|
2012-08-15 12:49:10 +01:00 |
|
Bryan Hoyle
|
42d707f8a4
|
Very very basic wall rendering for opengl
|
2012-08-14 23:18:39 -04:00 |
|
Simon Robertshaw
|
c8080cb025
|
Photon wavlength info for HUD, fixes #111
|
2012-08-14 19:18:59 +01:00 |
|
Simon Robertshaw
|
03f455bc1a
|
Fix typo, HUD variable should be Tmp, not Temp, #111
|
2012-08-14 19:00:13 +01:00 |
|
Simon Robertshaw
|
079b51a26c
|
Stricter formatting for Property tool, attempts to address #109
|
2012-08-14 18:52:14 +01:00 |
|
Simon Robertshaw
|
fcc17ee652
|
Easier okaying/cancelling for Property tool Window
|
2012-08-14 18:38:46 +01:00 |
|
Simon Robertshaw
|
34e2ec2459
|
Tooltips for menu buttons, fixes #113
|
2012-08-14 18:23:56 +01:00 |
|
Simon Robertshaw
|
fc1274f381
|
Fix crash caused by malformed preference files, fixes #110
|
2012-08-14 18:14:06 +01:00 |
|
Simon Robertshaw
|
a7711668b7
|
Strings.h for strcasecmp in Simulation
|
2012-08-14 18:06:18 +01:00 |
|
Simon Robertshaw
|
bd7dd20742
|
Better text selection colour invert, fixes #107
|
2012-08-14 18:05:07 +01:00 |
|
Simon Robertshaw
|
3fcfede08f
|
Add missing strings.h header for strcasecmd
|
2012-08-14 17:29:59 +01:00 |
|
Simon Robertshaw
|
a76e4d71a9
|
Name colour formatting in comments
|
2012-08-14 17:20:47 +01:00 |
|
Simon Robertshaw
|
03188e5853
|
Ensure comments page count is loaded correctly, fixes #117
|
2012-08-14 17:00:12 +01:00 |
|
Simon Robertshaw
|
66fffe649d
|
Prevent page count for being all over the place in search
|
2012-08-14 16:41:06 +01:00 |
|
Simon Robertshaw
|
b06f7f5b6d
|
Air and heat tool limits, fixes #112
|
2012-08-14 16:29:07 +01:00 |
|
Simon Robertshaw
|
e13476a406
|
Cut region, fixes #105
|
2012-08-14 16:28:44 +01:00 |
|
Simon Robertshaw
|
70758cc70e
|
Allow key releases when in stamp selecting/placement #104, #105
|
2012-08-14 16:07:50 +01:00 |
|
Simon Robertshaw
|
45b275be0d
|
Reset drawing state when placing stamps
|
2012-08-14 16:04:38 +01:00 |
|
Simon Robertshaw
|
7ccb7e53fe
|
Show some info when selecting stamps, #104
|
2012-08-14 16:01:57 +01:00 |
|
Simon Robertshaw
|
8604b30548
|
Stamp selection and placements works through the zoom window, #104
|
2012-08-14 15:35:03 +01:00 |
|
Simon Robertshaw
|
02696b1cbe
|
Snap stamp selection to CELL res, #104
|
2012-08-14 15:27:30 +01:00 |
|
Simon Robertshaw
|
ef6c4e91ae
|
Correct tooltip for save button
|
2012-08-14 15:02:49 +01:00 |
|
Simon Robertshaw
|
cee8458953
|
Whoops, close DropDown windows before disposing
|
2012-08-14 14:47:58 +01:00 |
|
Simon Robertshaw
|
db519a7036
|
Varying borders for button, exit dropdown menu with Esc or outside click, fixes #100
|
2012-08-14 14:22:41 +01:00 |
|
Simon Robertshaw
|
d5e57e04d0
|
Fix tool buttons
|
2012-08-14 14:00:39 +01:00 |
|
Simon Robertshaw
|
e420ee51b1
|
Lua autorun, fixes #99
|
2012-08-14 13:14:49 +01:00 |
|
Simon Robertshaw
|
fed38185fd
|
Placeholder text for sign tool window, #98
|
2012-08-14 13:09:13 +01:00 |
|
Simon Robertshaw
|
49ae651dd3
|
Focus text field for Sign Tool Window, fixes #98
|
2012-08-14 13:08:42 +01:00 |
|
Simon Robertshaw
|
4f3e03e317
|
Update gitignore, show votes correctly, fixes #97
|
2012-08-14 13:06:10 +01:00 |
|
Simon Robertshaw
|
c877e445b9
|
Remove temp files created by scheme handling
|
2012-08-14 12:36:50 +01:00 |
|
Simon Robertshaw
|
53b8e8ca78
|
ptsave scheme handling for Linux, addresses #97
|
2012-08-14 12:36:04 +01:00 |
|
Simon Robertshaw
|
fe59ec9659
|
Only call button actions if the mouse is released inside the button. Fixes #96
|
2012-08-14 12:15:28 +01:00 |
|
Simon Robertshaw
|
b05a847e96
|
Fix crash when using search (std::remove doesn't seem to work as I expected), Add clickable author names for search. Fixes #95
|
2012-08-14 12:03:33 +01:00 |
|
Simon Robertshaw
|
651546b5bf
|
Fix bug where thumbnails would not always show in the search
|
2012-08-13 21:08:55 +01:00 |
|
Simon Robertshaw
|
d8c299c30a
|
Clear render, display and colour mode in renderer contructor
|
2012-08-13 18:16:25 +01:00 |
|
Simon Robertshaw
|
074dcd0b42
|
Precompile some headers. Fix sconscript to prevent recompiling everything
|
2012-08-13 15:43:57 +01:00 |
|
Savely Skresanov
|
e6feb6f101
|
Now stickmen and fighters show HP. Closes #93
|
2012-08-13 12:47:53 +01:00 |
|
Bryan Hoyle
|
ae469e8e02
|
oops, fixed a bad piece of code I added
|
2012-08-12 19:10:01 -04:00 |
|
Bryan Hoyle
|
1dc6c7cfef
|
Opengl fixes
|
2012-08-12 17:40:44 -04:00 |
|
Simon Robertshaw
|
8ca27520a4
|
Use forward declarations more to avoid excessive includes
|
2012-08-12 22:32:57 +01:00 |
|
Bryan Hoyle
|
ca7c0e7370
|
More efficiency, fix of point size being too big
|
2012-08-12 16:45:37 -04:00 |
|
Bryan Hoyle
|
0a01eacd09
|
A litte more efficient
|
2012-08-12 16:34:49 -04:00 |
|
Bryan Hoyle
|
98d31ab5a5
|
Fixed brush for now, used inefficient algorithm until I can get pure opengl working
|
2012-08-12 16:32:28 -04:00 |
|
Bryan Hoyle
|
f9a59d22db
|
Revert "minor renderer changes, brush still not working"
This reverts commit 1b2e0e68bd .
|
2012-08-12 15:15:17 -04:00 |
|
Bryan Hoyle
|
44645c93ee
|
Revert "Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap files""
This reverts commit 90f505c2da .
|
2012-08-12 15:14:46 -04:00 |
|
Bryan Hoyle
|
90f505c2da
|
Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap files"
This reverts commit 90f71f3b11 .
|
2012-08-12 15:13:32 -04:00 |
|
Bryan Hoyle
|
1b2e0e68bd
|
minor renderer changes, brush still not working
|
2012-08-12 15:11:17 -04:00 |
|
Bryan Hoyle
|
90f71f3b11
|
fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap files
|
2012-08-12 14:47:13 -04:00 |
|
Bryan Hoyle
|
530e093d8b
|
now opengl and opengl renderer run and compile, but renderer has a segfault, will fix
|
2012-08-12 14:29:27 -04:00 |
|
Simon Robertshaw
|
7084c8be28
|
Fix spinner drawing
|
2012-08-12 18:36:30 +01:00 |
|
Bryan Hoyle
|
e7b653a0c7
|
more fixes
|
2012-08-12 11:55:59 -04:00 |
|
Bryan Hoyle
|
07821d9c85
|
Minor opengl fixes, still not compiling, look at line 14 in src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token
build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token
'
|
2012-08-12 11:38:26 -04:00 |
|
Simon Robertshaw
|
f1fc3811aa
|
Remove more unused files
|
2012-08-12 16:29:40 +01:00 |
|
Simon Robertshaw
|
760a721e0d
|
Remove old unused textarea
|
2012-08-12 16:20:43 +01:00 |
|
Simon Robertshaw
|
5d3d1d4916
|
Message of the day and user session check on startup
|
2012-08-12 15:15:47 +01:00 |
|
Simon Robertshaw
|
08b4e5553a
|
Implement some missing lua functions, PNG format creation (requires zlib)
|
2012-08-11 20:24:48 +01:00 |
|
Simon Robertshaw
|
ecbb1e9103
|
Lua element and graphics functions working (element_func no longer uses "replace" parameter and replaces all functions)
|
2012-08-11 12:45:49 +01:00 |
|
Simon Robertshaw
|
2f76c2374d
|
TPT: Give menu color to elements without one (stickmen, TRON, and WARP)
|
2012-08-11 11:57:21 +01:00 |
|
Simon Robertshaw
|
ca7b02dbfd
|
Don't set tool strength when there's no tool
|
2012-08-10 23:11:37 +01:00 |
|
Simon Robertshaw
|
e34ed89dc3
|
Some fixes for memory leaks
|
2012-08-10 23:08:55 +01:00 |
|
Simon Robertshaw
|
a8fbd905c2
|
Fix issue where buttons will cause heap corruption if they are removed from inside DoAction
|
2012-08-10 22:59:46 +01:00 |
|
Simon Robertshaw
|
5a8d26554a
|
Fix crash when using mouse click with unassigned tools
|
2012-08-10 22:31:58 +01:00 |
|
Simon Robertshaw
|
a6b3674f22
|
Fix PIPE, fixes #92
|
2012-08-10 22:30:19 +01:00 |
|
Simon Robertshaw
|
92311a38c0
|
Change zoom size with [ and ], fixes #90
|
2012-08-10 22:09:04 +01:00 |
|
Simon Robertshaw
|
c1d7de24f2
|
Sign moving, fixes #10
|
2012-08-10 22:01:57 +01:00 |
|
Simon Robertshaw
|
98209da0a5
|
Save Open signs working
|
2012-08-10 20:50:36 +01:00 |
|
Simon Robertshaw
|
150114c11f
|
Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being placed. Fixes #32
|
2012-08-10 19:11:59 +01:00 |
|
Simon Robertshaw
|
3499cb3035
|
Wall brush, fixes #63
|
2012-08-10 18:59:05 +01:00 |
|
Simon Robertshaw
|
cd051924d9
|
Installation with Ctrl+I, fixes #77
|
2012-08-10 15:41:39 +01:00 |
|
Simon Robertshaw
|
643128ac5f
|
Invert button hover state for alternative load and save. addresses some of #80
|
2012-08-10 14:42:01 +01:00 |
|
Simon Robertshaw
|
c62f65585a
|
Create local saves dir if it does not exists (fixes #80)
|
2012-08-10 14:34:55 +01:00 |
|
Simon Robertshaw
|
3f20b4256b
|
Correct position of cancel button in server save dialogue
|
2012-08-10 14:22:32 +01:00 |
|
Simon Robertshaw
|
c333e9bb99
|
Correct position of cancel button in local save dialogue as per #80
|
2012-08-10 14:21:38 +01:00 |
|
Simon Robertshaw
|
a45ca0363e
|
Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87)
|
2012-08-10 14:12:56 +01:00 |
|
Simon Robertshaw
|
810ea42f99
|
Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool strength (Shift = x10, Ctrl = x0.1)
|
2012-08-10 14:03:23 +01:00 |
|
Simon Robertshaw
|
fd40ed234a
|
Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT, but I don't think a larger size is necessary), fixes #88
|
2012-08-10 13:17:19 +01:00 |
|
Simon Robertshaw
|
0e67fe028b
|
Use Left modifier keys
|
2012-08-10 12:43:21 +01:00 |
|
Simon Robertshaw
|
b01b0e422a
|
HUD verbose sample info with 'd', fixes #71
|
2012-08-09 21:28:43 +01:00 |
|
Simon Robertshaw
|
9971ea63b7
|
Slow LIGH creation speed, fixes #86
|
2012-08-09 21:05:20 +01:00 |
|
Simon Robertshaw
|
ac45502de9
|
Ensure keyrepeat is disabled at component creation
|
2012-08-09 20:38:06 +01:00 |
|
Simon Robertshaw
|
3bdfd510b2
|
Gravity lensing
|
2012-08-09 01:17:01 +01:00 |
|
Simon Robertshaw
|
bb99efdedf
|
Persistent mode
|
2012-08-09 00:57:35 +01:00 |
|
Simon Robertshaw
|
d352a10d80
|
PTsave opening
|
2012-08-08 21:32:10 +01:00 |
|
Simon Robertshaw
|
435c680f01
|
Command line "open"
|
2012-08-08 20:24:23 +01:00 |
|
Simon Robertshaw
|
bd29667355
|
Do not delete given savefile in GameModel::SetSaveFile, behaviour should be similar to GameModel::SetSave in terms of managing memory in given pointer
|
2012-08-08 20:21:59 +01:00 |
|
Simon Robertshaw
|
9f1301df5a
|
Perhaps FileExists shouldn't erase file contents...
|
2012-08-08 20:05:47 +01:00 |
|
Simon Robertshaw
|
346e9d2168
|
Proxy from command line arg
|
2012-08-08 18:34:37 +01:00 |
|
Simon Robertshaw
|
73a18998f6
|
Scale and fullscreen loaded/saved to config and commandline
|
2012-08-08 17:42:04 +01:00 |
|
Simon Robertshaw
|
0004ca1845
|
Make options screen a little nicer
|
2012-08-08 14:41:16 +01:00 |
|
Simon Robertshaw
|
10e82df543
|
Fullscreen and scale setting from sim options
|
2012-08-08 14:35:27 +01:00 |
|
Simon Robertshaw
|
8ec66aede9
|
Make intro text fade out correctly
|
2012-08-07 19:25:05 +01:00 |
|
Simon Robertshaw
|
0ef9519bab
|
Actual intro text
|
2012-08-07 19:16:43 +01:00 |
|
Simon Robertshaw
|
bc1c967a6b
|
Intro text, addresses #59
|
2012-08-07 18:34:39 +01:00 |
|
Simon Robertshaw
|
46b2def193
|
Save as current name complete, resolves #5
|
2012-08-07 01:58:46 +01:00 |
|
Simon Robertshaw
|
51657b8575
|
Prevent save as current name from showing if there is no save loaded
|
2012-08-06 22:27:09 +01:00 |
|
Simon Robertshaw
|
a8dcc7a070
|
Started work on save as current name
|
2012-08-06 22:24:10 +01:00 |
|
Simon Robertshaw
|
622f2246ef
|
Fix TPTScript 'set' function
|
2012-08-06 20:54:37 +01:00 |
|
Simon Robertshaw
|
f75a3c2642
|
More icon adjustments
|
2012-08-06 17:28:08 +01:00 |
|
Simon Robertshaw
|
662640c96c
|
Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines for PRTI, PRTO, WIFI and lines for SOAP.
|
2012-08-06 16:14:08 +01:00 |
|
Simon Robertshaw
|
d46a72aa3b
|
Font glyphs for decorations and element search
|
2012-08-05 22:02:12 +01:00 |
|
Simon Robertshaw
|
0f4bde9394
|
Clear search button
|
2012-08-05 21:07:22 +01:00 |
|
Simon Robertshaw
|
8cadc10f8b
|
Icon adjustments
|
2012-08-05 20:39:39 +01:00 |
|
Simon Robertshaw
|
06112a12a0
|
Ctrl+A select all
|
2012-08-05 20:20:55 +01:00 |
|
Simon Robertshaw
|
17e7ace364
|
Key repeat for text boxes
|
2012-08-05 20:10:33 +01:00 |
|
Simon Robertshaw
|
4ce22e4e77
|
Wall Edge option, fixes #70
|
2012-08-05 18:35:12 +01:00 |
|
Simon Robertshaw
|
30f8049efc
|
Allow 24bits of var for create_part, add tool for tesc. Fixes #72
|
2012-08-05 16:59:14 +01:00 |
|
Simon Robertshaw
|
9e309135d4
|
Load element icons in element search, fixes #73
|
2012-08-05 16:34:31 +01:00 |
|
Savely Skresanov
|
6e324c82e2
|
Added triangle brush, fixes #47
|
2012-08-05 16:19:30 +01:00 |
|
Simon Robertshaw
|
3030d67516
|
Fan wall line tool, fixes #61
|
2012-08-05 16:14:33 +01:00 |
|
Simon Robertshaw
|
50103aa074
|
Fix some of the flood fill methods
|
2012-08-05 16:11:43 +01:00 |
|
Simon Robertshaw
|
ed270d8dbf
|
Draw gravity zones when using grav wall
|
2012-08-05 15:26:17 +01:00 |
|
Simon Robertshaw
|
351ce1525f
|
Update gravity walls, fixes issue #52
|
2012-08-05 14:03:54 +01:00 |
|
Simon Robertshaw
|
05024cc787
|
Persistent search window responds to user auth events
|
2012-08-05 13:08:51 +01:00 |
|
Simon Robertshaw
|
4b85d19217
|
Nicer colour for "popular tags" header
|
2012-08-04 21:02:04 +01:00 |
|
Simon Robertshaw
|
5a2da01a5b
|
Tags, fixes #55
|
2012-08-04 20:55:59 +01:00 |
|
Simon Robertshaw
|
a418c90cd4
|
Get rid of useless free space in search view
|
2012-08-04 16:58:39 +01:00 |
|
Simon Robertshaw
|
f2f4278932
|
Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 and #60
|
2012-08-04 16:39:24 +01:00 |
|
Simon Robertshaw
|
0558322709
|
Add icons for erase, improve icons for certain walls, fix issue #45
|
2012-08-04 15:26:55 +01:00 |
|
Simon Robertshaw
|
f32cd872ca
|
Set initial stickman spit element in create_part, fixes the rest of #50
|
2012-08-04 14:38:59 +01:00 |
|
Simon Robertshaw
|
18e1890590
|
Stickman keys working, fixes first half of issue #50
|
2012-08-04 14:34:43 +01:00 |
|
Simon Robertshaw
|
ae5d099b81
|
Fire OnMouseEnter events for components that are added under the mouse cursor, fixes issue #37
|
2012-08-04 14:14:23 +01:00 |
|
Savely Skresanov
|
e06d8e4d15
|
Rectangle snapping.
|
2012-08-04 13:52:22 +01:00 |
|
Simon Robertshaw
|
268795eec1
|
Add date to Preview View, fixes issue #64
|
2012-08-04 13:40:39 +01:00 |
|
Simon Robertshaw
|
ab8466e990
|
Search window is persistent, issue #66
|
2012-08-04 12:09:07 +01:00 |
|
ntoskrnl
|
baf07e470e
|
Build fixes for FreeBSD
|
2012-08-04 11:32:48 +01:00 |
|
Simon Robertshaw
|
d6e384e1ec
|
Implement more of the old TPT console
|
2012-08-04 01:41:50 +01:00 |
|
Simon Robertshaw
|
2527380224
|
Implement more of the old console
|
2012-08-04 01:24:21 +01:00 |
|
Simon Robertshaw
|
6173901875
|
Old TPT console commands with "!" prefix
|
2012-08-03 21:48:45 +01:00 |
|
Simon Robertshaw
|
f586a5585f
|
Add shortcuts for things like gravity, air and air reset, issues #85 and #57
|
2012-08-03 19:25:28 +01:00 |
|
Simon Robertshaw
|
0e5c3da0f5
|
Use plop tool to place single units of an element (Used for Stickman, Fighter), fixes issue 53
|
2012-08-03 18:26:06 +01:00 |
|
Simon Robertshaw
|
9260b2c3e8
|
Move rect border drawing for previewview to draw over fav+report buttons, fix issue #64
|
2012-08-03 18:08:41 +01:00 |
|
Simon Robertshaw
|
11d2b0eb3c
|
Correct VAC and EXOT colours, issue #49
|
2012-08-03 18:04:18 +01:00 |
|
Simon Robertshaw
|
57f949ecfb
|
Fix text selection issue in #65
|
2012-08-03 17:58:13 +01:00 |
|
Simon Robertshaw
|
40e5ce5d37
|
Fix context menu position #65
|
2012-08-03 17:44:12 +01:00 |
|
Simon Robertshaw
|
c7dd248ae3
|
Hide cursor when selecting/pasting stamps, fixes iseeu #56
|
2012-08-03 17:19:22 +01:00 |
|
Simon Robertshaw
|
2652309a3f
|
Nicer defaults for Window closing, Implement these with Sign tool, issue #51. Also set centre as default
|
2012-08-03 17:09:34 +01:00 |
|
Simon Robertshaw
|
36b2aa0191
|
QuickOptions!! #46
|
2012-08-03 15:29:18 +01:00 |
|
Simon Robertshaw
|
80dfc96c7c
|
PROP tool colour
|
2012-08-03 12:58:21 +01:00 |
|
Simon Robertshaw
|
347c382e99
|
Allow PROP to set types from element name, fixes issue #48
|
2012-08-03 12:52:07 +01:00 |
|
Simon Robertshaw
|
a3ebfb0ffd
|
Remove silly file
|
2012-08-03 01:55:00 +01:00 |
|
Simon Robertshaw
|
24006ee44a
|
Grav colour, addresses rest of #41, colour will vary from original TPT
|
2012-08-03 01:40:13 +01:00 |
|
Simon Robertshaw
|
4233bc743c
|
Use HFLM colour data, addresses some of issue #41
|
2012-08-03 01:18:39 +01:00 |
|
Simon Robertshaw
|
fbaf149a92
|
Untick publish box for save prompt my default if the save does not belong to the user, addresses issue #43
|
2012-08-03 01:11:12 +01:00 |
|
Simon Robertshaw
|
96132ee1c1
|
Stop returning luaL_error from drawing functions for no reason, addresses
issue #29
|
2012-08-03 00:52:46 +01:00 |
|
Simon Robertshaw
|
b165619266
|
Update menus on element change from lua, addresses issue #42
|
2012-08-03 00:47:39 +01:00 |
|
ntoskrnl
|
18bf7ce155
|
Build fixes for WIN64
|
2012-08-02 15:21:43 +01:00 |
|
ntoskrnl
|
4343faa10f
|
Some modifications for WIN64. SConscript not ready for that yet.
|
2012-08-02 15:21:31 +01:00 |
|
ntoskrnl
|
f94fabd999
|
Rename WIN32 preprocessor definition to WIN
|
2012-08-02 15:21:16 +01:00 |
|
ntoskrnl
|
87dfc47c97
|
Separate operating system and architecture preprocessor definitions
Conflicts:
SConscript
|
2012-08-02 15:20:14 +01:00 |
|
Simon Robertshaw
|
cbefea85d7
|
Local Saving, Server Saving rewrite
|
2012-08-01 22:29:22 +01:00 |
|
Simon Robertshaw
|
29ac6380ba
|
Prevent newlines being inserted into the begining of a multiline label/textbox
|
2012-08-01 19:13:31 +01:00 |
|
Simon Robertshaw
|
1d258eab6b
|
ThumbnailBroker for background retrieval and rendering
|
2012-07-31 19:49:08 +01:00 |
|
Simon Robertshaw
|
303b546ceb
|
Ensure CTRL, SHIFT and ALT states are reset when Window falls into background
|
2012-07-30 11:51:42 +01:00 |
|
Simon Robertshaw
|
6d5388b221
|
Faster brush adjusting with [ and ], use alt to change to 1 pixel
|
2012-07-30 11:25:32 +01:00 |
|
Simon Robertshaw
|
9c67d41ad6
|
Neaten a little bit of code
|
2012-07-29 20:34:20 +01:00 |
|
Simon Robertshaw
|
011a65f793
|
Improvements to textbox, prevent selection loss on non modifying keypresses
|
2012-07-29 20:27:18 +01:00 |
|
Simon Robertshaw
|
d138b2de54
|
Number type for text fields, addresses some of issue #39
|
2012-07-29 20:17:51 +01:00 |
|
Simon Robertshaw
|
418373a3cd
|
HUD toggle, addresses "h should toggle the HUD" in issue #23
|
2012-07-29 15:08:38 +01:00 |
|
Simon Robertshaw
|
f8a6d2ea1f
|
Textboxes for decoration, addresses "No text boxes in deco editor to directly edit the values" in issue #23
|
2012-07-29 14:58:56 +01:00 |
|
Simon Robertshaw
|
716ac44c29
|
Fix crash on Component::IsFocused if the component has been detached from the Window
|
2012-07-29 13:17:09 +01:00 |
|
Simon Robertshaw
|
90ad1fd856
|
Restart N. Grav when needed (somewhat effects issue #31) and fix shitty logic when setting paused state on loading save (Fixes issue #34)
|
2012-07-29 12:29:19 +01:00 |
|
Simon Robertshaw
|
824bde4ceb
|
clear_sim now clears air and gravity maps better, fixes issue #31
|
2012-07-29 12:18:07 +01:00 |
|
Simon Robertshaw
|
1f914561b2
|
Better syncing for elementCount, fixes issue #21
|
2012-07-29 02:07:04 +01:00 |
|
Simon Robertshaw
|
0b3724215e
|
Remove blockair update in Air.cpp function to fix TTAN - solves issue #30
|
2012-07-29 01:40:42 +01:00 |
|
Simon Robertshaw
|
6cc4648929
|
Filebrowser search, cleaner filenames
|
2012-07-29 01:33:28 +01:00 |
|
Simon Robertshaw
|
df3b1e2a62
|
Implement search for DirectoryList
|
2012-07-28 22:14:38 +01:00 |
|
Simon Robertshaw
|
c14a008d46
|
Corrections to GameSave to prevent conflicts in the Expanded state, improve Save preview comments display
|
2012-07-28 18:38:34 +01:00 |
|
Simon Robertshaw
|
dddc04e412
|
Move cursor to the end of the insertion after pasing in a Textbox
|
2012-07-28 14:24:15 +01:00 |
|
Simon Robertshaw
|
fc93b71485
|
Resize brush X and Y axis seperately using Shift and Control, Addresses issue #27
|
2012-07-28 14:13:28 +01:00 |
|
Simon Robertshaw
|
f9eeebb910
|
Draw brush using renderer, fixes issue #25
|
2012-07-28 13:09:35 +01:00 |
|
Simon Robertshaw
|
30b11a7724
|
Air heat is not rendered if ambient heat is disabled
|
2012-07-28 12:48:34 +01:00 |
|
Simon Robertshaw
|
4b1c388995
|
Update ambient heat when enabled, fixes issue #28
|
2012-07-28 12:30:41 +01:00 |
|
Simon Robertshaw
|
aa774771a0
|
Collapse gamesave to save space in memory
|
2012-07-28 02:23:21 +01:00 |
|
Simon Robertshaw
|
385552ceab
|
Correct blending of SetPixel without alpha channel
|
2012-07-27 21:04:00 +01:00 |
|
Simon Robertshaw
|
b612c076eb
|
Prevent crash when drawing an image out of mounts on a pixel grid
|
2012-07-27 20:53:09 +01:00 |
|
Simon Robertshaw
|
5befe5c25f
|
Local file browser + some more interesting things like Progress bar UI component
|
2012-07-27 20:06:17 +01:00 |
|
Simon Robertshaw
|
f8ca8af387
|
Scroll Panel
|
2012-07-26 21:51:30 +01:00 |
|
Simon Robertshaw
|
121e7c772c
|
Rename .inc files to inl
|
2012-07-26 15:06:06 +01:00 |
|
Simon Robertshaw
|
d8903206a1
|
Update version number
|
2012-07-25 20:06:50 +01:00 |
|
Simon Robertshaw
|
8c7755d5d2
|
TPT: Now stickmen can shoot plasma. dc01f09f0e
|
2012-07-25 20:04:47 +01:00 |
|
Simon Robertshaw
|
79727c9193
|
Fix for previous commits
|
2012-07-25 19:47:27 +01:00 |
|
Simon Robertshaw
|
a033fe7e49
|
TPT: Add ptypes.enabled checks to a few more places 61f39f5464
|
2012-07-25 19:42:53 +01:00 |
|
Simon Robertshaw
|
a5d6c56f8c
|
TPT: Salt should only melt ice that is above saltwater freezing temperature 3e1d3cd5a6
|
2012-07-25 19:33:40 +01:00 |
|
Simon Robertshaw
|
f8766201a6
|
TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd
|
2012-07-25 19:32:36 +01:00 |
|
Simon Robertshaw
|
76070f99e0
|
TPT: This should fix PLNT lag just a little bit... (mostly after shooting though NEUT) 5f3c10a684
|
2012-07-25 18:46:15 +01:00 |
|