]> git.localhorst.tv Git - l2e.git/shortlog
l2e.git
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 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
2012-10-20 Daniel Karbachrevised implementation of script text
2012-10-20 Daniel Karbachintroduced a small delay after flip if the screen is...
2012-10-18 Daniel Karbachfixed map2 data
2012-10-18 Daniel Karbachlist type ID in wiki export
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-18 Daniel Karbachsome commenting on the map classes
2012-10-17 Daniel Karbachremoved debug output from main
2012-10-17 Daniel Karbachremoved now superfluous Application parameter to State...
2012-10-17 Daniel Karbachstore an application handle in each state
2012-10-17 Daniel Karbachwrapped some virtual State methods in non-virtual calls
2012-10-17 Daniel Karbachrenamed app::State's Resize -> OnResize
2012-10-16 Daniel Karbachrenamed state callbacks
2012-10-16 Daniel Karbachcommented headers in geometry directory ^^
2012-10-16 Daniel Karbachcommented headers in app/ directory
2012-10-14 Daniel Karbachhandle compare/jump instructions in script assembler
2012-10-14 Daniel Karbachadded script labels in parser/interpreter
2012-10-14 Daniel Karbachadded compare and jump codes for scripts
2012-10-14 Daniel Karbachmoved map data to maps.l2s
2012-10-14 Daniel Karbachadded script assembler
2012-10-14 Daniel Karbachless verbose token code in parser
2012-10-14 Daniel Karbachparse scripts
next