jacob1
|
5a91b83875
|
revert changing the lua/sdl includes and min/max changes
|
2012-09-07 00:53:29 +01:00 |
|
jacob1
|
710583f0fc
|
ignore all the visual studio files
|
2012-09-07 00:53:14 +01:00 |
|
jacob1
|
66af9969d6
|
Fix one more compiling error
(was using outdated SearchModel.h so reverted to official version)
|
2012-09-07 00:53:04 +01:00 |
|
jacob1
|
f8f70a3f77
|
Visual studio compatibility
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
|
2012-09-07 00:52:56 +01:00 |
|
Simon Robertshaw
|
58fa3dd539
|
Fix some off-by-one mouse clamping issues
|
2012-09-07 00:51:14 +01:00 |
|
jacob1
|
76477e1b46
|
Some improvements to the appearence of the save browser and preview
Make huge labels not so huge, fix color of some buttons
|
2012-09-07 00:38:09 +01:00 |
|
jacob1
|
2dcdca2761
|
fix spark color in nothing mode
|
2012-09-07 00:37:53 +01:00 |
|
jacob1
|
c32035b8ca
|
Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148
|
2012-09-07 00:37:17 +01:00 |
|
jacob1
|
22de8ecb6c
|
Change hover color of update box (white just didn't look right)
|
2012-09-07 00:36:19 +01:00 |
|
jacob1
|
24b4b0b187
|
Fix bugs with energy particles in PIPE
|
2012-09-07 00:36:02 +01:00 |
|
jacob1
|
1391de2e3a
|
Wall names in HUD
Conflicts:
src/game/GameView.cpp
|
2012-09-07 00:35:33 +01:00 |
|
Simon Robertshaw
|
2243c86ef9
|
More demonstration of my inability to commit the saved file
|
2012-09-06 01:30:11 +01:00 |
|
Simon Robertshaw
|
993fca3d02
|
Gah, amend previous
|
2012-09-06 01:27:32 +01:00 |
|
Simon Robertshaw
|
9e3782ef1d
|
Fix Line/Rect drawing in zoom window
|
2012-09-06 01:10:57 +01:00 |
|
Simon Robertshaw
|
9432eb63a2
|
Some simulation API
|
2012-09-05 22:43:37 +01:00 |
|
Simon Robertshaw
|
9be4f41809
|
Fix setting colour presets
|
2012-09-05 21:53:46 +01:00 |
|
Simon Robertshaw
|
b0158e2f60
|
Changes to Smudge and blending modes (make them a little slower and easier to handle)
|
2012-09-05 21:49:34 +01:00 |
|
Simon Robertshaw
|
3d0ce2ac37
|
Correct default tools
|
2012-09-05 21:30:49 +01:00 |
|
Simon Robertshaw
|
37129abbc6
|
Allow mass unfavouring, unfavouring from the preview view. Fixes #149
|
2012-09-05 20:24:46 +01:00 |
|
Simon Robertshaw
|
5da70ef8a6
|
Ensure errors are caught and displayed during tag operations. Fix some issues with the Tag ui. Fixes #157
|
2012-09-05 19:47:03 +01:00 |
|
Simon Robertshaw
|
09c266f252
|
Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175
|
2012-09-05 18:44:53 +01:00 |
|
Simon Robertshaw
|
98725dea26
|
Only use stairstepping for resampling when absolutely necessary (when the downscaling factor is a power of 2). Somewhat fixes #176
|
2012-09-05 18:27:16 +01:00 |
|
Simon Robertshaw
|
d61690bc09
|
Prevent setting double scale on smaller screens. Fixes #166
|
2012-09-05 17:31:49 +01:00 |
|
Simon Robertshaw
|
d379390d06
|
Newtonian gravity field info in HUD (Maybe we could have an arrow to show direction in future). Fixed #152
|
2012-09-05 17:02:03 +01:00 |
|
Simon Robertshaw
|
3f43763695
|
Merge branch 'master' of github.com:FacialTurd/PowderToypp
|
2012-09-05 16:56:54 +01:00 |
|
Simon Robertshaw
|
5904844e96
|
Add way of uniquely identifying tools, preserve active menu and tools when rebuilding menus (fixes #170)
|
2012-09-05 16:56:41 +01:00 |
|
jacksonmj
|
8c09bf5787
|
Also fix bugs with energy particles that pass directly from PIPE to portal
|
2012-09-05 09:07:49 +01:00 |
|
jacksonmj
|
8233d60906
|
Fix bugs with energy particles in PIPE
|
2012-09-05 08:35:51 +01:00 |
|
Simon Robertshaw
|
0230f4d9ea
|
Remove unused statement wasting memory
|
2012-09-04 15:48:38 +01:00 |
|
Simon Robertshaw
|
d256439c40
|
Some simulation API
|
2012-09-04 15:20:34 +01:00 |
|
jacksonmj
|
6f1b80ead5
|
Fix MOTD string copy
The missing terminating null character in the string copy meant that
some of the previous message remained when the MOTD changed.
|
2012-09-04 00:38:32 +01:00 |
|
Simon Robertshaw
|
c63f6adcb8
|
Fix crash/lock up when loading tags
|
2012-09-03 20:54:55 +01:00 |
|
Simon Robertshaw
|
41b464953a
|
Load tags seperately from saves in search
|
2012-09-03 17:38:26 +01:00 |
|
Simon Robertshaw
|
7d9f8a0b1d
|
Use \r\n instead of just \n for HTTP headers
|
2012-09-03 17:37:58 +01:00 |
|
Simon Robertshaw
|
612dca950d
|
Move class definitions for ThumbnailBrokeer into header
|
2012-09-03 17:37:25 +01:00 |
|
Simon Robertshaw
|
32d73da322
|
Improve save preview layout
|
2012-09-03 13:38:13 +01:00 |
|
Simon Robertshaw
|
b05f114174
|
Views in save Preview and use old vote bars. Fixes #171
|
2012-09-03 13:25:48 +01:00 |
|
Simon Robertshaw
|
51d2c783cc
|
Remove translation from alt-click to middle click to fix line snapping. Fixed #173
|
2012-09-03 12:43:15 +01:00 |
|
Simon Robertshaw
|
1ac964d9ba
|
Ensure saves are expanded in memory when performing translate operations. Fixes #174
|
2012-09-03 12:38:09 +01:00 |
|
Simon Robertshaw
|
4e09a077a4
|
Textbox component for Lua interface API
|
2012-09-02 23:55:08 +01:00 |
|
chaos.powdertoy.co.uk
|
b9ce73c745
|
Version Increment
|
2012-09-02 22:29:33 +01:00 |
|
jacksonmj
|
e27047947d
|
Move DTEC to electronics menu
|
2012-09-02 22:14:18 +01:00 |
|
jacksonmj
|
74aa433365
|
Change air tools to only act inside the brush, not in surrounding cells as well
|
2012-09-02 22:05:40 +01:00 |
|
jacob1
|
2932b04e0e
|
tpt.element also converts numbers to names
|
2012-09-02 21:59:28 +01:00 |
|
jacob1
|
40d9f48b72
|
cold phot doesn't burn things
|
2012-09-02 21:56:19 +01:00 |
|
jacob1
|
62c7721f02
|
Fix things melting with heat sim off
(caused by copy and paste, note that their airloss is all the same)
|
2012-09-02 21:54:47 +01:00 |
|
jacob1
|
d83774602f
|
DTEC, generates a spark when something with it's ctype is nearby
|
2012-09-02 21:48:58 +01:00 |
|
jacksonmj
|
355dcf50d2
|
WOOD and PLNT turn grey when hot, bluish when cold
|
2012-09-02 21:48:28 +01:00 |
|
Simon Robertshaw
|
b7616a91d8
|
Prevent changing of sorting mode when results haven't loaded. Fixes #172
|
2012-09-02 15:40:39 +01:00 |
|
Simon Robertshaw
|
c9caade1c3
|
Remove Precompiled header stuff as it breaks scons for some reason
|
2012-09-02 15:08:03 +01:00 |
|