2011-08-03 |
Paul Merrill | create Script class
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | comment script
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | C++ callback works
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | messing around with lua
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | add bandaid item to TODO
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | initialize TileType flags
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | fix comparison
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | Animation(frame): init members
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | fix redraw at top-left of map
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | update TODO
|
commit | commitdiff | tree |
2011-07-25 |
Paul Merrill | make DTD dir customizable via client.ini
|
commit | commitdiff | tree |
2011-07-24 |
Paul Merrill | small code cleanup
|
commit | commitdiff | tree |
2011-07-24 |
Paul Merrill | garbage collect TiledImages; fix memory bug in small...
|
commit | commitdiff | tree |
2011-07-24 |
Paul Merrill | remove Yume Nikki persistent delay codepaths
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | use command line cache_ttl
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | garbage collect XML documents
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | garbage collect Gosu::Images
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | garbage collect Gosu::Samples
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | update TODO
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | Merge branch 'spriteanim'
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | Yume Nikki persist delays
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | restore CTRL facings
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | smooth out Entity animations a bit
|
commit | commitdiff | tree |
2011-07-20 |
Paul Merrill | TODO: Gosu redraws on window damage now
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | move sprite animation into entity
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | Window keeps global syncronized time across engine
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | rough sprite animation
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | add copyright notice to animation.cpp
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | factored generic Animation class out of Area::TileType
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | can switch between JUMP_MOVE and SLIDE_MOVE modes of...
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | slowmove: non-choppy movement
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | refactor + code cleanup
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | area: fix compiler warnings
|
commit | commitdiff | tree |
2011-07-17 |
Paul Merrill | code cleanup and commenting
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | draw(), needsRedraw(): avoid copying Tiles
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | area: only redraw animated tiles if onscreen
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | move dt to GameWindow
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | rough player smooth movement
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | area: Doors are stored statically inside Tiles
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | area: no need to malloc each Tile
|
commit | commitdiff | tree |
2011-07-16 |
Paul Merrill | TODO: installers for releases
|
commit | commitdiff | tree |
2011-07-14 |
Paul Merrill | area: use boost::optional to hold SampleInstance
|
commit | commitdiff | tree |
2011-07-14 |
Paul Merrill | resourcer.cpp: fix xmlDoc memory leak
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | change access to door, realizing its a scoped_ptr
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | tie animation needsRedraw(); animations of any length
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | tile animations!
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | config, main: remove executable bits
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | area: cleaned up
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | add comment
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | player: don't move if left CTRL is held down
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | area: remove extraneous movement code
|
commit | commitdiff | tree |
2011-07-11 |
Paul Merrill | combined sprite and entity; entity has sounds
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | player: change direction even if we can't move
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | add player.cpp
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | add player.h
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | Merge branch 'sphase'
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | Makefile: can make any world
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | ~Sprite(): free constructed images
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | sprite: has phases, player: changes to face where moving
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | add intro music
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | fix NULL pointer access on ~Area
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | only save to cache if cache enabled
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | play intro music, then main music
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | XML parsing decended too deep with new XML docs
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | comment readXMLDocFromDisk
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | DTD URLs given from parsing class rather than XML file...
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | Makefile: remove cured warning flag
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | resourcer: remove StringMap
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | areas: lower doors connect
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | fix input duplication bug
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | reset keyboard input delay
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | updated TODO
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | remove free of shared_ptr
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | Merge branch 'cache'
|
commit | commitdiff | tree |
2011-07-10 |
Paul Merrill | cache constructed Gosu::Image, Gosu::Sample, and xmlDoc...
|
commit | commitdiff | tree |
2011-07-09 |
Paul Merrill | remove Windows solution and music from gitignore
|
commit | commitdiff | tree |
2011-07-09 |
Paul Merrill | add wind ambience to bigbaby
|
commit | commitdiff | tree |
2011-07-09 |
Paul Merrill | second attempt at Resourcer::init return value
|
commit | commitdiff | tree |
2011-07-09 |
Paul Merrill | remove unneeded includes from area
|
commit | commitdiff | tree |
2011-07-08 |
Paul Merrill | fixed if-else statements, made world.dtd specific
|
commit | commitdiff | tree |
2011-07-08 |
Paul Merrill | resourcer: cache all zip reads into Gosu::Buffers
|
commit | commitdiff | tree |
2011-07-07 |
Paul Merrill | Revert "Merge resourcer.cpp"
|
commit | commitdiff | tree |
2011-07-07 |
Paul Merrill | Merge branch 'gosu-head'
|
commit | commitdiff | tree |
2011-07-06 |
Paul Merrill | paginated the Readme descriptions
|
commit | commitdiff | tree |
2011-07-05 |
Paul Merrill | Revert "Temporarily disabled music handling code, awaiting...
|
commit | commitdiff | tree |
2011-07-05 |
Paul Merrill | Merge branch 'master' into gosu-head
|
commit | commitdiff | tree |
2011-07-05 |
Paul Merrill | change Gosu::Bitmap API; Tileset::source a pointer
|
commit | commitdiff | tree |
2011-07-04 |
Paul Merrill | Merge branch 'audio'
|
commit | commitdiff | tree |
2011-07-03 |
Paul Merrill | resourcer.cpp: fix big audio memory leak
|
commit | commitdiff | tree |
2011-07-03 |
Paul Merrill | add command line options + update todo, comments
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | resourcer: cache string requests
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | resourcer: getString => private
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | only include required Gosu headers
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | area.cpp: reserve tile row memory
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | babysfirst.area: added convenient door
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | Doors are activated only *after* player moves onto...
|
commit | commitdiff | tree |
2011-06-18 |
Paul Merrill | refresh TODO and Doors imply npc_nowalk flag
|
commit | commitdiff | tree |
2011-06-17 |
Paul Merrill | s/unsigned int/unsigned/
|
commit | commitdiff | tree |
2011-06-17 |
Paul Merrill | main.cpp, client.dtd: simplify client.conf parsing
|
commit | commitdiff | tree |
2011-06-17 |
Paul Merrill | main.cpp: cleaned up main a bit, updated documentation
|
commit | commitdiff | tree |