Commit Graph
100 Commits
Author SHA1 Message Date
Ondřej Hruška 7927d9a67b preparing for rewrite of tile and item system 2014-04-19 13:13:46 +02:00
Ondřej Hruška b30f39a762 nothing much 2014-04-19 11:58:31 +02:00
Ondřej Hruška 3abe1e6b33 tweaks to texture sys 2014-04-19 11:53:00 +02:00
Ondřej Hruška 7777a61e32 Base of spritesheet system 2014-04-19 11:44:15 +02:00
Ondřej Hruška d18ff99fa8 some minor edit in tiles 2014-04-19 03:57:42 +02:00
Ondřej Hruška b18b248762 removed some trash 2014-04-19 03:47:42 +02:00
Ondřej Hruška db3da1554d WorldMap now successfully IONIZABLE! 2014-04-19 03:43:18 +02:00
Ondřej Hruška b70279acd5 Added support for arrays in ION (dense storing of primitive arrays) 2014-04-19 02:42:57 +02:00
Ondřej Hruška 4721351ed9 Removed test classes, improved ION error handling & performance. 2014-04-19 01:45:38 +02:00
Ondřej Hruška 7eb390d915 Further Ion improvements 2014-04-19 01:17:20 +02:00
Ondřej Hruška e630320bd9 Adjusted ion reserved ranges. 2014-04-19 00:55:18 +02:00
Ondřej Hruška 035aa58847 Reworked ION 2014-04-19 00:49:18 +02:00
Ondřej Hruška e83047ff38 backup 2014-04-18 20:10:13 +02:00
Ondřej Hruška b2cf0d14a0 start of game gui, added tilesheet 2014-04-18 12:09:54 +02:00
Ondřej Hruška 56494e04f9 color palettes, fps in overlay, main menu screen w/ buttons 2014-04-16 21:57:17 +02:00
ondra 56b61e5936 overlays system 2014-04-16 16:00:30 +02:00
ondra 3842285038 Moved util.string.valitation->filtering 2014-04-16 14:50:09 +02:00
ondra 043dd69c4a Some package shifting. Alpha stack now toggleable. 2014-04-16 14:46:43 +02:00
ondra 6843e746bc Moved general purpose stuff into util, renamed utils->util 2014-04-16 14:32:56 +02:00
ondra e58156b7ee Global alpha stack added into Color. 2014-04-16 13:47:08 +02:00
ondra 225f062684 colors & fixed a bug in layout 2014-04-16 12:31:14 +02:00
Ondřej Hruška 990c3de5ca new layouts & start of main menu 2014-04-16 08:35:47 +02:00
ondra 3cad5ad202 fixed components and painters, some tweaks to layer system 2014-04-15 17:45:57 +02:00
ondra 7ee201a6f7 Cleaned up component hierarchy 2014-04-15 13:39:23 +02:00
ondra 086a630fb9 refactoring, nicer structure but blank screen now. some bug in caching? 2014-04-15 11:12:07 +02:00
Ondřej Hruška a641cba9e1 good except 1 mysterious NPE in SimplePainter on poll. 2014-04-15 08:59:09 +02:00
Ondřej Hruška 0fa85dc371 Constraint caches and digest caching made more efficient. 2014-04-15 08:38:31 +02:00
Ondřej Hruška eb981454c0 Moved some classes. Added LayoutChangeEvent class. 2014-04-15 08:11:55 +02:00
Ondřej Hruška e7225d1ee0 moved Digestable<T> to it's rightful place. 2014-04-15 02:09:21 +02:00
Ondřej Hruška 85859995c4 Digest caching, oh boy! Such commit! Wow! 2014-04-15 02:08:28 +02:00
Ondřej Hruška de34b66fde all compiles and "works" now. 2014-04-15 00:50:10 +02:00
Ondřej Hruška 2fbebd4fbc Tiled rect 2014-04-14 22:26:54 +02:00
Ondřej Hruška 5be05077b7 fixed indirect static access 2014-04-14 22:04:46 +02:00
Ondřej Hruška d96c1c1272 Num/Rect/Vect Constructors for Bounds 2014-04-14 22:04:10 +02:00
Ondřej Hruška 0236e779c3 Package moves, new fn in Rect, new bound adapters 2014-04-14 21:58:43 +02:00
Ondřej Hruška fa8792a904 Added bound digests 2014-04-14 21:36:31 +02:00
Ondřej Hruška 74c11dcec9 cleanup 2014-04-14 20:34:27 +02:00
ondra 7011184c88 fixed most compile errors caused by constraint system refactoring 2014-04-14 19:07:28 +02:00
ondra 2690e6c5f3 Cleaned up Le Abstract Jungle in "Constraints Framework" 2014-04-14 17:57:10 +02:00
Ondřej Hruška 3320678f36 Added NumBound & friends. Mutable is now a view. Much nicer!! 2014-04-13 23:15:42 +02:00
Ondřej Hruška a5c32834c0 Not all fixed yet, but OMG that bounds system! Wow! 2014-04-13 20:38:34 +02:00
Ondřej Hruška 91f54133b3 Added some informative annotations 2014-04-13 11:03:47 +02:00
Ondřej Hruška cacaa9dcce Minor vect/rect changes 2014-04-13 10:39:01 +02:00
Ondřej Hruška e1d87df697 Renamed constraints to bounds. 2014-04-13 00:02:45 +02:00
Ondřej Hruška 4816e0b539 Refactoring and polishing of the constraint system
Now it will be clear what is VALUE, VIEW and MUTABLE.
2014-04-12 23:24:49 +02:00
Ondřej Hruška 4221d5430a Cleaned up coord, rect and constraint system. 2014-04-12 21:13:16 +02:00
Ondřej Hruška 65bfbbd16a Removed trash, improved constraint system (nicer names) 2014-04-12 07:02:03 +02:00
Ondřej Hruška a1e35bc696 almost fixed constraints and rects; about time to go sleep now, lol 2014-04-12 04:41:43 +02:00
Ondřej Hruška 950943e01c Finished Coord system, but some bugs in rects. 2014-04-12 01:57:40 +02:00
Ondřej Hruška e3e77dc308 small fix 2014-04-11 01:28:05 +02:00