]> git.localhorst.tv Git - l2e.git/history - src/graphics
new language, new compiler
[l2e.git] / src / graphics /
2013-03-25 Daniel Karbachbetter accessibility of map-related properties
2013-03-17 Daniel Karbachinitialize objects after loading
2013-02-15 Daniel Karbachfade out after victory
2013-01-31 Daniel Karbachuse referenced flag of array types
2013-01-23 Daniel Karbachconsistent naming of graphics drawing functions
2013-01-21 Daniel Karbachimproved Texture::Render()
2013-01-19 Daniel Karbachadded animation synchronization function
2013-01-19 Daniel Karbachadded menu cursor animations
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachswitched geometric scalars from floating to fixed
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
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 Karbachmade third column hack of menus configurable
2012-12-04 Daniel Karbachdynamic width right aligned rendering with Font
2012-12-02 Daniel Karbachadded capsule attack/animation handling
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-29 Daniel Karbachadded string dimensions calculation functions
2012-11-29 Daniel Karbachhandle line breaks in Font::DrawString
2012-11-17 Daniel Karbachthird column menu hack for cursor
2012-11-17 Daniel Karbachadded 'dual' menu state
2012-11-11 Daniel Karbachhook alternate cursor in inventory menu
2012-11-11 Daniel KarbachMerge branch 'master' into menus
2012-11-04 Daniel Karbachadded basic (non-functional) inventory menu
2012-10-31 Daniel Karbachadded right aligning font drawing functions
2012-10-21 Daniel Karbachadded wrap options for menu properties
2012-10-21 Daniel Karbachchanged Frame implementation
2012-10-21 Daniel Karbachadded texture class
2012-10-18 Daniel Karbachswitched to static type IDs
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-12 Daniel Karbachmade targetless camera possible
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
2012-10-08 Daniel Karbachadded lead in/out time option for ColorFade
2012-10-07 Daniel Karbachadded ColorFade to graphics fwd.h
2012-10-07 Daniel Karbachadded color fading state
2012-10-02 Daniel Karbachframe shiftability in animation runner
2012-10-02 Daniel Karbachchanged how animation runners handle sprite overrides
2012-09-30 Daniel Karbachchanged camera target to float
2012-09-29 Daniel Karbachadded camera class
2012-09-29 Daniel Karbachadded forwarding headers
2012-09-10 Daniel Karbachadded constructors for described types
2012-09-10 Daniel Karbachremoved type resolution from Animation::addFields
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 type description of Sprite
2012-09-09 Daniel Karbachadded type description of MenuProperties
2012-09-05 Daniel Karbachadded type description of Gauge
2012-09-05 Daniel Karbachadded type description of Frame
2012-09-05 Daniel Karbachadded type description of Font
2012-09-05 Daniel Karbachadded type description of complex animation
2012-09-05 Daniel Karbachadded type description of simple animation
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-09-02 Daniel Karbachextracted menu properties to a non-template struct
2012-09-02 Daniel Karbachadded interpretation of colors
2012-08-31 Daniel Karbachmade Gauge default constructible
2012-08-31 Daniel Karbachmade Frame default constructible
2012-08-31 Daniel Karbachmade Font default constructible
2012-08-28 Daniel Karbachadded setters for animations
2012-08-28 Daniel Karbachmade Sprite default constructible
2012-08-25 Daniel Karbachmoved TODOs to tracker
2012-08-22 Daniel Karbachswitched some (x,y) and (w,h) pairs to vectors
2012-08-22 Daniel Karbachmerged Point into Vector
2012-08-20 Daniel Karbachyet more stuff for AnimationRunner
2012-08-20 Daniel Karbachfixed timer type in AnimationRunner::Clear()
2012-08-20 Daniel Karbachbroadened animation runner interface
2012-08-20 Daniel Karbachsplit animation running from animation definition
2012-08-14 Daniel Karbachalternate approach to battle animation
2012-08-12 Daniel Karbachadded number animation
2012-08-12 Daniel Karbachexpose timing information in Animation
2012-08-12 Daniel Karbachadded sprite accessors to Animation
2012-08-12 Daniel Karbachadded offsetabiliy to animations
2012-08-12 Daniel Karbachpass point as reference in graphics Draw functions
2012-08-11 Daniel Karbachadded ComplexAnimation
2012-08-11 Daniel Karbachrenamed Animation to SimpleAnimation
2012-08-11 Daniel Karbachadded simple attack animations
2012-08-11 Daniel Karbachadded animation class
2012-08-11 Daniel Karbachforced fonts to use the data's charset
2012-08-10 Daniel Karbachreworked gauges to better reflect the original ones
2012-08-10 Daniel Karbachadded second column in ikari menu
2012-08-10 Daniel Karbachfixed positioning in Font when number is 0
2012-08-10 Daniel Karbachadded attack targets selection state
2012-08-09 Daniel Karbachreworked Menu to include an optional number
2012-08-09 Daniel Karbachadded some information about menus
2012-08-09 Daniel Karbachadded icons for item select
2012-08-08 Daniel Karbachfixed scrolling in Menu
2012-08-08 Daniel Karbachinterpret user input in spell selection
2012-08-08 Daniel Karbachadded cursor sprite for menu
2012-08-08 Daniel Karbachadded a "disabled" font
2012-08-08 Daniel Karbachadded ability to disable menu entries
2012-08-08 Daniel Karbachmoved spell menu template to resources
2012-08-08 Daniel Karbachadded rough implementation of a Menu
next