Commit Graph
87 Commits
Author SHA1 Message Date
Ondřej Hruška 9835cd0023 saving in project/.rogue-save 2014-04-22 08:21:57 +02:00
Ondřej Hruška 494e1a657b improved worldpos to support animation 2014-04-22 08:18:36 +02:00
Ondřej Hruška 233157a443 experimental walk mode with space (axis-aligned) 2014-04-22 02:19:55 +02:00
Ondřej Hruška c94cd05da5 Entirely rewritten ION, world saving, added map movement etc 2014-04-22 02:14:45 +02:00
Ondřej Hruška 2f26602d15 some changes, nothing much 2014-04-21 17:57:15 +02:00
Ondřej Hruška 0d5b6eb995 tiledrect more efficient 2014-04-21 16:46:15 +02:00
Ondřej Hruška e773a5307a Support 4 npot tx, inlined some btlncks 2014-04-21 16:17:16 +02:00
ondra 0619f83bfb little performance gain in world render 2014-04-21 15:09:23 +02:00
Ondřej Hruška f8f49b81ff optimized map ionization to avoid extra marks 2014-04-20 04:46:55 +02:00
Ondřej Hruška 8872fd3f5f Initial world system with tile rendering & ionization support. 2014-04-20 03:45:31 +02:00
Ondřej Hruška 65ad97994b Remade item and tile basic system.
Still not funcitonal but the shape is final. Sort of.
2014-04-19 18:32:14 +02:00
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 db3da1554d WorldMap now successfully IONIZABLE! 2014-04-19 03:43:18 +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 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 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 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 0236e779c3 Package moves, new fn in Rect, new bound adapters 2014-04-14 21:58:43 +02:00
ondra 7011184c88 fixed most compile errors caused by constraint system refactoring 2014-04-14 19:07:28 +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 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
Ondřej Hruška ebbcf50f74 Remade logging system, cleaned up BaseApp. 2014-04-11 01:23:16 +02:00
Ondřej Hruška e940c53dd6 Coord and rect views and freezing; Fixed font glitches. 2014-04-10 22:53:25 +02:00
Ondřej Hruška ebac276ed2 somethings weird with font 2014-04-10 10:10:47 +02:00