summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
|
* Fixed a load of format string errorsTycho2014-03-111-1/+1
|
* Fixed indentation once and for all.Mike Hunsinger2014-01-241-15/+15
|
* Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-12/+12
|
* Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-12/+10
|
* Removed extra lineMike Hunsinger2014-01-231-2/+0
|
* Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-5/+32
|
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|
* added default fallthrough clause to switch at line 178 of src/UI/Window.cppTycho Bickerstaff2013-12-081-0/+4
|
* Reordered Listed Initalisation order in src/UI/Window.cppTycho Bickerstaff2013-12-081-2/+2
| | | | | | | Reordered the Listed Initalisation order for CWindow to the executed initalisation order. The compiler initalises values in the order the fields are declared not the initalisations listed
* Added basic ender chestsTiger Wang2013-12-071-0/+38
| | | | Note that they just mirror chests now, so no per player inventory.
* Moved source to srcAlexander Harkness2013-11-241-0/+886