index
:
rpgedit
master
old/canvas2d
old/sdl
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-03-22
Update deps
HEAD
master
Matthias Schiffer
2020-03-22
editor: list tiles in project directory
Matthias Schiffer
2020-03-19
editor: experiment with Material UI for sprite library implementation
Matthias Schiffer
2020-03-17
Prepare for editor implementation
Matthias Schiffer
2020-02-25
renderer: shaders: nicer error message syntax
Matthias Schiffer
2020-02-23
renderer: add HMR
Matthias Schiffer
2020-02-22
Switch from electron-webpack to electron-forge
Matthias Schiffer
2020-02-22
Update deps
Matthias Schiffer
2019-12-24
Fix lint issues
Matthias Schiffer
2019-12-24
Update dependencies
Matthias Schiffer
2019-12-24
Move renderer into "runtime" subdirectory
Matthias Schiffer
2018-12-08
util: add fetch error handling
Matthias Schiffer
2018-12-08
Switch from XMLHttpRequest to fetch API
Matthias Schiffer
2018-12-08
Dynamically size canvas
Matthias Schiffer
2018-12-08
Create Electron app
Matthias Schiffer
2018-11-22
GameContext: remove animated test entity
Matthias Schiffer
2018-11-21
Allow using animated entities as map tiles
Matthias Schiffer
2018-11-21
Move immutable parts of EntityContext into a new EntityView class
Matthias Schiffer
2018-11-17
GameContext: async render loop
Matthias Schiffer
2018-11-17
MapView: add class for layer rendering
Matthias Schiffer
2018-11-17
Add MapView class with common render() method
Matthias Schiffer
2018-11-11
Prepare support for adding extra elements to map layers
Matthias Schiffer
2018-11-11
resources: add walls to test level
Matthias Schiffer
2018-11-11
view: do not split multi-frame sprites into multiple textures
Matthias Schiffer
2018-11-11
view: remove support for non-power-of-2 sprites again
Matthias Schiffer
2018-11-11
Add support for simple periodic sprite animations
Matthias Schiffer
2018-11-11
controller: gamecontext: count actual game time
Matthias Schiffer
2018-11-11
controller: gamecontext: increase collistion radius to outer line
Matthias Schiffer
2018-11-10
view: add support for non-square, non-power-of-2 sprites
Matthias Schiffer
2018-11-09
Use Record type where applicable
Matthias Schiffer
2018-11-09
view: inputhandler: release all keys when focus is lost
Matthias Schiffer
2018-11-09
Allow interacting with entities
Matthias Schiffer
2018-11-08
Implement circle collidables
Matthias Schiffer
2018-11-08
Implement more flexible handling of entities and collidables
Matthias Schiffer
2018-11-08
math: rename Movement.{p1,p2} to {src,dest}
Matthias Schiffer
2018-11-06
controller/gamecontext: even nicer updateStep()
Matthias Schiffer
2018-11-05
controller/gamecontext: refactor collision code
Matthias Schiffer
2018-11-05
controller/gamecontext: ignore weird projection points rather than stopping m...
Matthias Schiffer
2018-11-05
math/line: explicitly allow movement away from line segments
Matthias Schiffer
2018-11-05
math/line: use center point for behind-wall check
Matthias Schiffer
2018-11-05
More generic collision handling
Matthias Schiffer
2018-11-05
Read collision barriers from map file
Matthias Schiffer
2018-11-05
data: remove obsolete collision matrix
Matthias Schiffer
2018-11-05
Add collision radius
Matthias Schiffer
2018-11-04
Fix rounding issues in collision handling
Matthias Schiffer
2018-11-04
Replace player sprite with circle
Matthias Schiffer
2018-11-04
controller: gamecontext: implement simple collision handling
Matthias Schiffer
2018-11-04
Add simple math library for line segments
Matthias Schiffer
2018-11-04
Minor code improvements
Matthias Schiffer
2018-11-01
Do not use default exports
Matthias Schiffer
[next]