]> git.localhorst.tv Git - l2e.git/history - src/common
new language, new compiler
[l2e.git] / src / common /
2019-01-28 Daniel Karbachnew language, new compiler master
2013-03-19 Daniel Karbachrelocate scripts linker
2013-02-13 Daniel Karbachput stat increments in level ladder
2013-02-13 Daniel Karbachmoved upgrade process to battle class
2013-02-13 Daniel Karbachfeed victory messages from upgrade
2013-02-03 Daniel Karbachextracted battle logic into a class
2013-01-31 Daniel Karbachuse referenced flag of array types
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-12-19 Daniel Karbachadded upgrade items for capsule's final class
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-04 Daniel Karbachmore accessors in common::Capsule
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-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-11-30 Daniel KarbachMerge branch 'menus'
2012-11-30 Daniel Karbachadded scenario items to inventory
2012-11-29 Daniel Karbachadded (currently uninterpreted) config to state
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 "remove all" in equipment menu
2012-11-18 Daniel Karbachimplemented spell sorting
2012-11-17 Daniel Karbachimplemented item dropping
2012-11-17 Daniel Karbachimplemented inventory item swapping
2012-11-12 Daniel Karbachadded Sort function to Inventory
2012-11-11 Daniel KarbachMerge branch 'master' into menus
2012-10-31 Daniel Karbachadded hero's level ladder
2012-10-31 Daniel Karbachadded experience as a common hero property
2012-10-22 Daniel Karbachadded hero selection state + status stub
2012-10-21 Daniel Karbachadded party main menu stub
2012-10-21 Daniel Karbachadded hero status tags in party menu
2012-10-21 Daniel Karbachadded party menu state stub
2012-10-20 Daniel Karbachrevised implementation of script text
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-14 Daniel Karbachadded compare and jump codes for scripts
2012-10-14 Daniel Karbachimplemented modulo operation for scripts
2012-10-13 Daniel Karbachfirst scripting implementation
2012-10-09 Daniel Karbachclosed the gap between battle and map state (yay)
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
2012-10-07 Daniel Karbachstore complete entity in hero
2012-10-07 Daniel Karbachmoved Hero and Stats to common
2012-09-29 Daniel Karbachadded forwarding headers
2012-09-10 Daniel Karbachadded missing spell flags
2012-09-10 Daniel Karbachtackled some problems (not all :) )
2012-09-10 Daniel Karbachadded constructors for described types
2012-09-10 Daniel Karbachconverted pseudo-fields into real ones
2012-09-09 Daniel Karbachreordered type description creation to avoid reallocation
2012-09-09 Daniel Karbachfixed some issues to get it to compile again
2012-09-09 Daniel Karbachadded partial type description of Spell
2012-09-09 Daniel Karbachadded partial type description of Item
2012-09-08 Daniel Karbachadded type description of Ikari
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-08-31 Daniel Karbachmade single properties of TargetingMode configurable
2012-08-25 Daniel Karbachmoved TODOs to tracker
2012-08-15 Daniel Karbachadded sword attack animation
2012-08-10 Daniel Karbachadded physical/magical status of ikari attacks
2012-08-10 Daniel Karbachadded Ikari class
2012-08-10 Daniel Karbachadded spells
2012-08-10 Daniel Karbachadded item target selection
2012-08-09 Daniel Karbachpreliminary solution for loading inventory in item...
2012-08-09 Daniel Karbachadded Inventory class
2012-08-09 Daniel Karbachadded Item data structure