jacob1
|
cd7fe454b2
|
Fix minor highlighting bug in the save browser, votes counter is drawn on your saves even with mouse over thumbnail
this covers up the corner all the time, so i'm not sure if I should go back to the old way
|
2012-09-16 12:09:59 +01:00 |
|
jacob1
|
dd82ed8cd9
|
fix some errors in visual studio
|
2012-09-16 12:09:13 +01:00 |
|
jacob1
|
8f58c61c69
|
Show number of votes and the history button on your own saves
|
2012-09-16 12:05:29 +01:00 |
|
jacob1
|
eac109a563
|
fix possible crashes with save buttons and uninitialized renderer variables
Fixes second part of issue 179
|
2012-09-16 12:03:41 +01:00 |
|
Simon Robertshaw
|
486b34ebe5
|
Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and assigning to update function
|
2012-09-14 22:03:14 +01:00 |
|
Simon Robertshaw
|
5b52ac3675
|
Save history and new multiline formatter
|
2012-09-13 22:39:01 +01:00 |
|
Simon Robertshaw
|
a11cd592cb
|
Show version info in update prompt. Fixes #177
|
2012-09-13 18:33:12 +01:00 |
|
Simon Robertshaw
|
cd03297086
|
Mouse move on exiting Window. Fixes 181
|
2012-09-13 15:51:23 +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
|
d61690bc09
|
Prevent setting double scale on smaller screens. Fixes #166
|
2012-09-05 17:31:49 +01:00 |
|
Simon Robertshaw
|
493a32a1b2
|
Some Lua interface API stuff
|
2012-08-31 19:39:11 +01:00 |
|
Simon Robertshaw
|
09d32f225b
|
Ensure previewview comment box resizing is triggered.
|
2012-08-27 18:21:34 +01:00 |
|
Simon Robertshaw
|
e88fca8aa1
|
Save ID copying for preview
|
2012-08-25 18:11:36 +01:00 |
|
Simon Robertshaw
|
52ec84198b
|
Correct size for textbox limits, fixes #8
|
2012-08-25 12:58:56 +01:00 |
|
Simon Robertshaw
|
7b8647cf15
|
Add missing files from e54eeae
|
2012-08-21 12:27:13 +01:00 |
|
Simon Robertshaw
|
e54eeae883
|
Move tick time into engine, fixes #139
|
2012-08-21 01:24:38 +01:00 |
|
Simon Robertshaw
|
1b75cbdcc9
|
Limit on text width in textboxes
|
2012-08-20 20:41:38 +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
|
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
|
a9cce88be6
|
Fix crash when creating null terminator in updateRichText (writing out of bounds)
|
2012-08-17 23:16:55 +01:00 |
|
Simon Robertshaw
|
02f98ddbe9
|
Ensure input text is null terminated when parsing RichText
|
2012-08-17 17:17:36 +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
|
bd7dd20742
|
Better text selection colour invert, fixes #107
|
2012-08-14 18:05:07 +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
|
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
|
8ca27520a4
|
Use forward declarations more to avoid excessive includes
|
2012-08-12 22:32:57 +01:00 |
|
Simon Robertshaw
|
7084c8be28
|
Fix spinner drawing
|
2012-08-12 18:36:30 +01: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
|
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
|
0e67fe028b
|
Use Left modifier keys
|
2012-08-10 12:43:21 +01:00 |
|
Simon Robertshaw
|
ac45502de9
|
Ensure keyrepeat is disabled at component creation
|
2012-08-09 20:38:06 +01:00 |
|
Simon Robertshaw
|
10e82df543
|
Fullscreen and scale setting from sim options
|
2012-08-08 14:35:27 +01:00 |
|
Simon Robertshaw
|
0ef9519bab
|
Actual intro text
|
2012-08-07 19:16:43 +01:00 |
|
Simon Robertshaw
|
622f2246ef
|
Fix TPTScript 'set' function
|
2012-08-06 20:54:37 +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
|
5a2da01a5b
|
Tags, fixes #55
|
2012-08-04 20:55:59 +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
|
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 |
|
ntoskrnl
|
baf07e470e
|
Build fixes for FreeBSD
|
2012-08-04 11:32:48 +01:00 |
|
Simon Robertshaw
|
6173901875
|
Old TPT console commands with "!" prefix
|
2012-08-03 21:48:45 +01:00 |
|
Simon Robertshaw
|
57f949ecfb
|
Fix text selection issue in #65
|
2012-08-03 17:58:13 +01:00 |
|