]> git.localhorst.tv Git - l2e.git/shortlog
l2e.git
2013-01-19 Daniel Karbachadded menu cursor animations
2013-01-17 Daniel Karbachadded local-config.mk to gitignore
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachfixed divide by zero bug in MapState
2012-12-27 Daniel Karbachswitched geometric scalars from floating to fixed
2012-12-27 Daniel Karbachadded fixed point number type
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-12-27 Daniel Karbachadded first unit test
2012-12-19 Daniel Karbachadded upgrade items for capsule's final class
2012-12-19 Daniel Karbachflash is not hungry at class 4
2012-12-19 Daniel Karbachaccept A button to return from capsule change
2012-12-19 Daniel Karbachrough implementation of capsule feeding
2012-12-18 Daniel Karbachmore intuitive horizontal capsule class navigation
2012-12-18 Daniel Karbachimplemented capsule/class selection
2012-12-16 Daniel Karbachadded capsule wheel and table
2012-12-10 Daniel Karbachimplemented capsule renaming
2012-12-09 Daniel KarbachMerge branch 'master' into feature-33-capsules
2012-12-09 Daniel KarbachMerge branch 'master' into feature-33-capsules
2012-12-09 Janek SchäferUpdated CodeBlocks project file
2012-12-05 Daniel Karbachadded capsule name menu stub
2012-12-05 Daniel Karbachadded capsule change menu stub
2012-12-05 Daniel Karbachadded capsule feed menu dummy
2012-12-04 Daniel Karbachadded most of the capsule main menu's features
2012-12-04 Daniel Karbachmore accessors in common::Capsule
2012-12-04 Daniel Karbachmade third column hack of menus configurable
2012-12-04 Daniel Karbachdynamic width right aligned rendering with Font
2012-12-04 Daniel Karbachadded capsule menu stub
2012-12-04 Daniel Karbachload capsule in battles created by MapState
2012-12-02 Daniel Karbachuse stable_sort for sorting inventory
2012-12-02 Daniel Karbachextracted common capsule base
2012-12-02 Daniel Karbachadded capsule attack/animation handling
2012-12-02 Daniel Karbachadded capsule mockup (battle)
2012-12-01 Daniel Karbachlousy implementation of "array of identifiers" type
2012-11-30 Daniel Karbachmoved menu resources to data files
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-11-30 Daniel KarbachMerge branch 'menus'
2012-11-30 Daniel Karbachadded new files to code blocks project
2012-11-30 Daniel Karbachadded scenario menu
2012-11-30 Daniel Karbachadded scenario items to inventory
2012-11-29 Daniel Karbachcompleted config menu
2012-11-29 Daniel Karbachmade vector components writable
2012-11-29 Daniel Karbachadded string dimensions calculation functions
2012-11-29 Daniel Karbachadded basic config menu
2012-11-29 Daniel Karbachhandle line breaks in Font::DrawString
2012-11-29 Daniel Karbachadded (currently uninterpreted) config to state
2012-11-29 Daniel Karbachadded config menu dummy
2012-11-29 Daniel Karbachwarp equipment action menu
2012-11-29 Daniel Karbachactivated shoulder buttons in equip menu
2012-11-27 Daniel Karbachadded inactive menu font
2012-11-27 Daniel Karbachimplemented item equipping
2012-11-27 Daniel Karbachadded inventory menu to EquipMenu
2012-11-27 Daniel Karbachconverted equipment from explicit members to array
2012-11-27 Daniel Karbachmade HeroGroup data-only
2012-11-25 Daniel Karbachimplemented equipment removing and dropping
2012-11-25 Daniel Karbachimplemented "remove all" in equipment menu
2012-11-20 Daniel Karbachadded action menu to equipment menu
2012-11-20 Daniel Karbachstarted implementation of equipment menu
2012-11-18 Daniel Karbachlousy but working implementation of spell swapping
2012-11-18 Daniel Karbachimplemented spell sorting
2012-11-18 Daniel Karbachadded spell menu dummy
2012-11-17 Daniel Karbachimplemented item dropping
2012-11-17 Daniel Karbachthird column menu hack for cursor
2012-11-17 Daniel Karbachimplemented inventory item swapping
2012-11-17 Daniel Karbachadded 'dual' menu state
2012-11-17 Daniel Karbachignore local build configuration
2012-11-12 Daniel Karbachfixed flags in makefiles
2012-11-12 Daniel Karbachhooked Inventory::Sort into InventoryMenu
2012-11-12 Daniel Karbachadded Sort function to Inventory
2012-11-11 Daniel Karbachfixed dependency file generation
2012-11-11 Daniel Karbachhook alternate cursor in inventory menu
2012-11-11 Daniel Karbachremoved old subdir makefiles
2012-11-11 Daniel KarbachMerge branch 'master' into menus
2012-11-11 Daniel Karbachswitched to hand-written makefiles
2012-11-08 Janek SchäferAdded CodeBlocks project file with Windows build target
2012-11-06 Daniel Karbachrecognize '\\' as a possible directory separator
2012-11-06 Daniel Karbachadded menu cursor "active" sprite
2012-11-05 Daniel Karbachtypo in file name
2012-11-04 Daniel Karbachfixed clear call in battle state
2012-11-04 Daniel Karbachadded basic (non-functional) inventory menu
2012-11-04 Daniel Karbachadded 'change' menu state
2012-11-03 Daniel Karbachadded menu to status screen
2012-10-31 Daniel Karbachadded button mapping to readme file
2012-10-31 Daniel Karbachadded ikari level to status menu
2012-10-31 Daniel Karbachadded percent sign to character table
2012-10-31 Daniel Karbachshow next level in status screen
2012-10-31 Daniel Karbachadded hero's level ladder
2012-10-31 Daniel Karbachadded experience display in status screen
2012-10-31 Daniel Karbachadded right aligning font drawing functions
2012-10-31 Daniel Karbachadded experience as a common hero property
2012-10-23 Daniel Karbachadded hero's stats in status screen
2012-10-23 Daniel Karbachadded equipment in stats screen
2012-10-22 Daniel Karbachadded hero selection state + status stub
2012-10-21 Daniel Karbachadded party main menu stub
2012-10-21 Daniel Karbachadded wrap options for menu properties
2012-10-21 Daniel Karbachadded frames for status menu
2012-10-21 Daniel Karbachchanged Frame implementation
2012-10-21 Daniel Karbachadded hero status tags in party menu
2012-10-21 Daniel Karbachadded party menu state stub
2012-10-21 Daniel Karbachadded texture class
next