2011-10-30 |
Paul Merrill | Merge branch 'multile' into HEAD
|
commit | commitdiff | tree |
2011-10-30 |
Paul Merrill | fix memory leak - free Music object
|
commit | commitdiff | tree |
2011-10-30 |
Paul Merrill | support multiple tilesets
|
commit | commitdiff | tree |
2011-10-30 |
Paul Merrill | add sample multiple tileset area
|
commit | commitdiff | tree |
2011-10-16 |
Paul Merrill | looping areas on x- and y-axes
|
commit | commitdiff | tree |
2011-10-15 |
Paul Merrill | fix compile errors
|
commit | commitdiff | tree |
2011-10-15 |
Paul Merrill | Merge branch 'xml'
|
commit | commitdiff | tree |
2011-10-15 |
Paul Merrill | area: use XMLNode
|
commit | commitdiff | tree |
2011-10-15 |
Paul Merrill | add copyrights
|
commit | commitdiff | tree |
2011-10-15 |
Paul Merrill | remove unnecessary headers
|
commit | commitdiff | tree |
2011-10-09 |
Paul Merrill | add vec3::operator{+,-,*} for vec3 and coefficient
|
commit | commitdiff | tree |
2011-10-09 |
Paul Merrill | removed _t from icoord_t, rcoord_t
|
commit | commitdiff | tree |
2011-10-09 |
Paul Merrill | generalized ivec3, rvec3
|
commit | commitdiff | tree |
2011-10-09 |
Paul Merrill | small Entity cleanup
|
commit | commitdiff | tree |
2011-09-26 |
Paul Merrill | add notes on persistent music
|
commit | commitdiff | tree |
2011-09-07 |
Paul Merrill | TODO: investigate Love2D
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | moved filter-depends.pl to a scripts dir
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | entity: use XMLNode
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | world: use XMLNode
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | xml: created XMLNode class
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | resourcer: remove call to use_count()
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | renamed XMLDocument => XMLDoc; area, entity, world...
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | xml: free doc on validate error
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | initial XMLDocument class
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | TODO: add alternative flag syntax
|
commit | commitdiff | tree |
2011-09-03 |
Paul Merrill | filter-depend: reword comment
|
commit | commitdiff | tree |
2011-08-25 |
Paul Merrill | lots of changes
|
commit | commitdiff | tree |
2011-08-16 |
Paul Merrill | silence dir printing in make gen-depend
|
commit | commitdiff | tree |
2011-08-16 |
Paul Merrill | gen-depend.pl wraps output
|
commit | commitdiff | tree |
2011-08-16 |
Paul Merrill | add dependency generating script
|
commit | commitdiff | tree |
2011-08-16 |
Paul Merrill | depends section title
|
commit | commitdiff | tree |
2011-08-15 |
Paul Merrill | cacheTTL wasn't being assigned
|
commit | commitdiff | tree |
2011-08-15 |
Paul Merrill | TODO: TMX zlib, Gosu::Song
|
commit | commitdiff | tree |
2011-08-15 |
Paul Merrill | Lua has entity:setTileCoords
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | add dedicated xml.cpp, xml.h
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | code cleanup
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | Makefile: add depends
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | add grass effect
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | updated README
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | subpixel rendering accuracy
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | rename coord_t to icoord_t
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | polish Log
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | spilt some functions up
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TODO: Lua => C++ done
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TODO: new things with tile speeds
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | added folders to babysfirst
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | tile speed mods work
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | Entity descriptor has scripts
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | Entity speed is defined in the descriptor
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | list available functions
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | remove dangerous Lua functions
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TODO: metatable for userdata
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TODO: stream music
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TLDMake: fix profile
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | TLD Makefile explicit debug target
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | switch between debug/release with TLD Makefile
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | add Lua 5.1, also add script-sound.{cpp,h}
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | Removed full license from babysfirst.world
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | Add graphics copyright to CREDITS
|
commit | commitdiff | tree |
2011-08-14 |
Paul Merrill | cache Lua bytecode; Lua Sound API; added API reference
|
commit | commitdiff | tree |
2011-08-13 |
Paul Merrill | unnecessary constructor
|
commit | commitdiff | tree |
2011-08-12 |
Paul Merrill | helpful hints in client.ini
|
commit | commitdiff | tree |
2011-08-12 |
Paul Merrill | two resolutions of logo.png in doc/
|
commit | commitdiff | tree |
2011-08-12 |
Paul Merrill | TLD Makefile more powerful
|
commit | commitdiff | tree |
2011-08-11 |
Paul Merrill | huge render optimization: 1/3rd CPU usage while walking...
|
commit | commitdiff | tree |
2011-08-11 |
Paul Merrill | clean up scripting a bit
|
commit | commitdiff | tree |
2011-08-11 |
Paul Merrill | TODO: add PhysicsFS
|
commit | commitdiff | tree |
2011-08-09 |
Paul Merrill | add onEnter/onLeave scripts
|
commit | commitdiff | tree |
2011-08-05 |
Paul Merrill | only run script if it exists
|
commit | commitdiff | tree |
2011-08-05 |
Paul Merrill | scripts load from world
|
commit | commitdiff | tree |
2011-08-05 |
Paul Merrill | Lua object oriented; comment script.h
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | add TODO item for Lua memory leaks, diagonal movement
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | work on script
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | improve Lua error checking
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | safer lightuserdata casting
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | both red portals tele
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | remove extra includes
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | removed extra chars at end of line
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | CREDITS.txt: added Lua
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | README: add liblua5.1 to required libs
|
commit | commitdiff | tree |
2011-08-04 |
Paul Merrill | red portal teles to random loc
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | entity-lua bindings
|
commit | commitdiff | tree |
2011-08-03 |
Paul Merrill | factored out Entity::postMoveHook
|
commit | commitdiff | tree |
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 |