summaryrefslogtreecommitdiff
path: root/src/gui/game/GameView.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitjacob11-3/+3
2013-05-30some new sim and ren lua api functionsjacob11-7/+12
2013-05-17some more compiling fixesmniip1-3/+3
2013-05-16fix pause button. I'm not sure why I removed that ...jacob11-0/+1
2013-05-15fix downvote button not being reset when you clear a savejacob11-1/+1
2013-05-15when called with no arguments, some tpt. functions will act as get functions ↵jacob11-16/+19
(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-12fix tooltips and dtjacob11-9/+26
2013-05-05small fixjacob11-2/+2
2013-05-05fix element scrollbar issues, fix fading of HUD/intro text, fix compiling ↵jacob11-16/+22
error with last commit
2013-05-05drawtext_outline to fix unreadable infotips, tooltips fade in and out (more ↵jacob11-13/+21
like old tpt)
2013-05-04ctrl+r reload shortcut, fix a few brush drawing bugs, fix stamp xor area, ↵jacob11-6/+9
fix lua log text overlaps
2013-04-07Allow signing out and editing profile from the old login button, add a ↵Simon Robertshaw1-4/+13
button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-3/+3
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+2140