delete ancient changelog.txt

This commit is contained in:
jacob1 2013-03-12 15:00:51 -04:00
parent 319ffb7e77
commit 134d1fab10
3 changed files with 2 additions and 21 deletions

View File

@ -1,19 +0,0 @@
- Special brush types
- Special brush delete
- LOVE
- LOLZ
- Property edit
- Saving, loading, thumbnailing, etc
- HEAT/COOL
- Streamlines
- Grid
- Sign moving
- Electron fancyness with glass, fire_r-g-b now out of scope
- Grav fancyness, use current frame index to determine colour, not globals!
- Emp flash
- Stickman HP
To do:
See TODO's
Char * and string, hmm....
Vectors for things like signs, stamp list, etc where appropriate

2
README
View File

@ -1,4 +1,4 @@
The Powder Toy - November 2012
The Powder Toy - March 2013
Get the latest version here: http://powdertoy.co.uk/Download.html

View File

@ -408,7 +408,7 @@ void Window::DoMouseDown(int x_, int y_, unsigned button)
if(!stop)
OnMouseDown(x_, y_, button);
if(x_ < Position.X || y_ < Position.Y || x_ > Position.X+Size.X || y_ > Position.Y+Size.Y)
if(!clickState && (x_ < Position.X || y_ < Position.Y || x_ > Position.X+Size.X || y_ > Position.Y+Size.Y))
OnTryExit(MouseOutside);
if(destruct)