delete ancient changelog.txt
This commit is contained in:
parent
319ffb7e77
commit
134d1fab10
@ -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
2
README
@ -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
|
Get the latest version here: http://powdertoy.co.uk/Download.html
|
||||||
|
|
||||||
|
@ -408,7 +408,7 @@ void Window::DoMouseDown(int x_, int y_, unsigned button)
|
|||||||
if(!stop)
|
if(!stop)
|
||||||
OnMouseDown(x_, y_, button);
|
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);
|
OnTryExit(MouseOutside);
|
||||||
|
|
||||||
if(destruct)
|
if(destruct)
|
||||||
|
Reference in New Issue
Block a user