index
:
powder
master
solidswork
The Powder Toy
Stanislaw Skowronek
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game
/
GameView.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-09-25
some improvements to the render options interface and checkboxes (icons and ↵
jacob1
1
-1/+1
tooltips coming next)
2012-09-25
alt click alternative to middle click (that doesn't break line snapping)
jacob1
1
-0/+2
2012-09-13
Ensure cursor position is correct after placing stamp.
Simon Robertshaw
1
-0/+1
2012-09-06
revert changing the lua/sdl includes and min/max changes
jacob1
1
-1/+1
2012-09-06
Visual studio compatibility
jacob1
1
-2/+2
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-06
Fix some off-by-one mouse clamping issues
Simon Robertshaw
1
-2/+2
2012-09-06
Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148
jacob1
1
-0/+2
2012-09-06
Change hover color of update box (white just didn't look right)
jacob1
1
-0/+4
2012-09-06
Wall names in HUD
jacob1
1
-4/+9
Conflicts: src/game/GameView.cpp
2012-09-06
More demonstration of my inability to commit the saved file
Simon Robertshaw
1
-1/+1
2012-09-06
Gah, amend previous
Simon Robertshaw
1
-3/+3
2012-09-06
Fix Line/Rect drawing in zoom window
Simon Robertshaw
1
-2/+2
2012-09-05
Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175
Simon Robertshaw
1
-11/+11
2012-09-05
Newtonian gravity field info in HUD (Maybe we could have an arrow to show ↵
Simon Robertshaw
1
-0/+2
direction in future). Fixed #152
2012-09-03
Remove translation from alt-click to middle click to fix line snapping. ↵
Simon Robertshaw
1
-5/+0
Fixed #173
2012-09-01
"Molten X" for mouseover with lava, fixes #165
Simon Robertshaw
1
-1/+5
2012-09-01
Colour picker and presets for decorations
Simon Robertshaw
1
-138/+101
2012-08-27
Nicer HUD for beta
Simon Robertshaw
1
-0/+2
2012-08-25
Sample tool samples decoration colour when deco menu is visible. fixes #146
Simon Robertshaw
1
-0/+1
2012-08-25
Tooltips for quick options menu, #113
Simon Robertshaw
1
-3/+19
2012-08-25
Tooltips for sign in button, fixes #113
Simon Robertshaw
1
-1/+1
2012-08-24
Alt click alternative to middle clicking
Simon Robertshaw
1
-0/+5
2012-08-24
Prevent key overlap for Stickman movement and Gravity/Debug/Stamp actions, ↵
Simon Robertshaw
1
-12/+13
fixes #81
2012-08-21
Show stamp selection and placement in zoom window. Fixes #140
Simon Robertshaw
1
-37/+37
2012-08-19
Fix a few small (a lot of big) memory leaks associated with the stamps browser
Simon Robertshaw
1
-0/+3
2012-08-19
Pad frame numbers with zeros for screenshots and recording
Simon Robertshaw
1
-2/+14
2012-08-19
Prevent mouse up from leaving a little blob, fixes #130
Simon Robertshaw
1
-1/+1
2012-08-17
PPM screen recording
Simon Robertshaw
1
-2/+67
2012-08-16
Undo/Snapshots, fixes #118
Simon Robertshaw
1
-5/+17
2012-08-16
Air invert and grid mode switching
Simon Robertshaw
1
-0/+8
2012-08-14
Photon wavlength info for HUD, fixes #111
Simon Robertshaw
1
-0/+40
2012-08-14
Fix typo, HUD variable should be Tmp, not Temp, #111
Simon Robertshaw
1
-5/+1
2012-08-14
Tooltips for menu buttons, fixes #113
Simon Robertshaw
1
-10/+10
2012-08-14
Cut region, fixes #105
Simon Robertshaw
1
-0/+11
2012-08-14
Allow key releases when in stamp selecting/placement #104, #105
Simon Robertshaw
1
-4/+0
2012-08-14
Reset drawing state when placing stamps
Simon Robertshaw
1
-0/+4
2012-08-14
Show some info when selecting stamps, #104
Simon Robertshaw
1
-0/+4
2012-08-14
Stamp selection and placements works through the zoom window, #104
Simon Robertshaw
1
-3/+5
2012-08-14
Snap stamp selection to CELL res, #104
Simon Robertshaw
1
-2/+2
2012-08-14
Correct tooltip for save button
Simon Robertshaw
1
-9/+32
2012-08-14
Update gitignore, show votes correctly, fixes #97
Simon Robertshaw
1
-4/+6
2012-08-14
Only call button actions if the mouse is released inside the button. Fixes #96
Simon Robertshaw
1
-2/+2
2012-08-10
Some fixes for memory leaks
Simon Robertshaw
1
-0/+29
2012-08-10
Fix issue where buttons will cause heap corruption if they are removed from ↵
Simon Robertshaw
1
-1/+0
inside DoAction
2012-08-10
Fix crash when using mouse click with unassigned tools
Simon Robertshaw
1
-1/+1
2012-08-10
Change zoom size with [ and ], fixes #90
Simon Robertshaw
1
-2/+8
2012-08-10
Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being ↵
Simon Robertshaw
1
-2/+2
placed. Fixes #32
2012-08-10
Wall brush, fixes #63
Simon Robertshaw
1
-6/+38
2012-08-10
Installation with Ctrl+I, fixes #77
Simon Robertshaw
1
-0/+4
2012-08-10
Invert button hover state for alternative load and save. addresses some of #80
Simon Robertshaw
1
-6/+8
[next]