]> git.localhorst.tv Git - l2e.git/shortlog
l2e.git
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
2012-10-14 Daniel Karbachadded new tokens
2012-10-14 Daniel Karbachimplemented modulo operation for scripts
2012-10-13 Daniel Karbachuse scripts for map triggers
2012-10-13 Daniel Karbachfirst scripting implementation
2012-10-13 Daniel Karbachfixed trigger type switch in Map
2012-10-12 Daniel Karbachadded directional triggers
2012-10-12 Daniel Karbachfixed stepping algo again -.-
2012-10-12 Daniel Karbachinitialize lastLock to an improbable position
2012-10-12 Daniel Karbachmade targetless camera possible
2012-10-12 Daniel Karbachimplemented pushable entities and pushing
2012-10-11 Daniel Karbachfixed entity bounds in Map
2012-10-11 Daniel Karbachdon't alloc memory for inline literals
2012-10-09 Daniel Karbachbetter allocation in interpreter
2012-10-09 Daniel Karbachclosed the gap between battle and map state (yay)
2012-10-09 Daniel Karbachbetter handling of nested state changes
2012-10-09 Daniel Karbachadded readme file
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
next