jacob1
|
a3d594c603
|
command key can be used instead of ctrl on OS X
|
2014-08-24 00:43:52 -04:00 |
|
jacob1
|
6749c2547f
|
New SConscript (hopefully better)
Fixes a lot of bugs, also almost all options are no longer needed and are just auto-detected
|
2014-06-08 19:33:58 -04:00 |
|
jacob1
|
2e6b4242d6
|
don't resize save buttons in the online save browser, fix selection bug in console
|
2014-03-25 14:44:58 -04:00 |
|
jacksonmj
|
c6d6011337
|
An ugly fix for numpad, since it seems event.key.keysym.mod isn't entirely reliable for some unknown reason
Partial revert of 7ce9907f82
|
2014-03-12 15:05:54 +00:00 |
|
jacksonmj
|
1ca63b3813
|
Add more key definitions
|
2014-03-12 15:04:16 +00:00 |
|
jacob1
|
7dc5139b66
|
toolTips on search / save simulation buttons change when ctrl is held
|
2014-03-11 14:04:05 -04:00 |
|
jacob1
|
7ce9907f82
|
fix textbox key repeat issue, fix numpad issue (in two ways)
|
2014-03-11 12:53:42 -04:00 |
|
mniip
|
43bff37279
|
fix numpad behavior: movement keys are no longer triggered with numlock on
|
2014-02-27 20:39:16 +04:00 |
|
mniip
|
55284e6313
|
Fix most of clipboard-related memory leaks and potential crashes; Fixes jacob#23
|
2014-02-25 18:44:44 +04:00 |
|
mniip
|
a105ed9df8
|
Use system clock instead of used CPU time. Fixes key repeat and some
other stuff. close #206
|
2014-02-13 00:26:34 +04:00 |
|
jacob1
|
d38b7b9b11
|
pressing tab switches between textboxes in the deco editor
|
2014-02-06 12:15:48 -05:00 |
|
mniip
|
250b522221
|
map numpad keys to movement keys where applicable
|
2014-01-30 22:22:04 +04:00 |
|
jacob1
|
f66679e551
|
a little reorganization (maybe more later)
|
2014-01-20 13:52:53 -05:00 |
|
jacob1
|
4e9a5bdaec
|
make sure comment box height and cursor position don't go too far when it's resizing, fixes #82
|
2014-01-17 21:49:55 -05:00 |
|
mniip
|
fdfaa3a29b
|
add defines for window resolution
--amend
|
2013-12-29 20:12:50 +04:00 |
|
mniip
|
bc84326ca2
|
Got rid of debug fps counter, just added deltatime into usual fps counter
|
2013-12-21 05:26:54 +04:00 |
|
mniip
|
2be2b6b54b
|
Adjust position of ContextMenu if it's too close to bottom or right edges #188
|
2013-11-10 12:28:29 +04:00 |
|
mniip
|
bf908bbfbf
|
Fix various warnings, remove silly useless NO_INLINE system, remove the need for -fkeep-inline-functions
|
2013-10-30 04:47:07 +04:00 |
|
Simon Robertshaw
|
67c82ee283
|
Quick fix: Fix dummy key defs used by renderer and other non-input builds
|
2013-10-29 20:51:44 +00:00 |
|
jacob1
|
48ecbce554
|
f5: reload sim, f2: screenshot f3: toggle extra HUD
|
2013-10-26 00:17:06 -04:00 |
|
Simon Robertshaw
|
387424e007
|
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
|
2013-07-28 10:30:45 +01:00 |
|
jacob1
|
5518a6bcd6
|
fix right modifier keys
|
2013-07-27 11:21:42 -04:00 |
|
Simon Robertshaw
|
3edee42971
|
Call OnResponseReady with an identifier for the request, add a WebRequest class
|
2013-07-27 12:38:52 +01:00 |
|
jacob1
|
e0913d2639
|
can change comment pages without the scrollwheel, click and hold scrollbar area to have it scroll to that point
|
2013-07-21 17:05:55 -04:00 |
|
jacob1
|
a63f5b875b
|
when scrolling up through comments, it starts at the bottom of the page instead of the top
|
2013-07-21 15:59:51 -04:00 |
|
jacob1
|
728d201e93
|
stamps and local saves rendered without fire, greatly improves loading times
|
2013-07-13 13:23:48 -04:00 |
|
jacob1
|
864f0e6f45
|
WIFI lines aren't drawn in persistent mode, and are based on current temp, not tmp, so they work when paused
|
2013-07-13 12:06:43 -04:00 |
|
jacob1
|
60b1bf5066
|
forgot to push this commit, SDL should only be included in 1 type of way
|
2013-06-22 09:36:50 -04:00 |
|
jacob1
|
52ec8f438b
|
add the single saveID copytext button into the save preview too
|
2013-06-09 17:13:57 -04:00 |
|
jacob1
|
69961956bf
|
fix ToolTips on split buttons not working correctly (button overrode them), fix tooltips displaying on disabled buttons
|
2013-06-07 20:13:18 -04:00 |
|
jacob1
|
94d21a1679
|
when called with no arguments, some tpt. functions will act as get functions (unfinished)
Also, redo some menu stuff to use int's instead of Menu *s, and fix bug with toggleable buttons being toggled without triggering their actions
|
2013-05-14 23:50:26 -04:00 |
|
jacob1
|
51f27bfad7
|
Merge remote-tracking branch 'origin/master'
|
2013-05-11 21:47:13 -04:00 |
|
jacob1
|
9d89d4b79b
|
fix tooltips and dt
|
2013-05-11 21:43:52 -04:00 |
|
mniip
|
4d9b9b17d7
|
D:
|
2013-05-11 15:08:32 +04:00 |
|
jacob1
|
082530d18c
|
fix tooltip issues in render options too
|
2013-05-05 00:18:28 -04:00 |
|
jacob1
|
07486c9885
|
drawtext_outline to fix unreadable infotips, tooltips fade in and out (more like old tpt)
|
2013-05-04 23:03:59 -04:00 |
|
Simon Robertshaw
|
bdc69f31c0
|
Fix includes for GUI stuff
|
2013-03-22 14:26:24 +00:00 |
|
Simon Robertshaw
|
9abe51526c
|
Move all GUI source files into gui/
|
2013-03-22 14:14:17 +00:00 |
|