|
0a3897f60a
|
Refactor cmake file so the main part of the code is a lib.
|
2016-11-11 21:18:39 +01:00 |
|
|
5e76b49cae
|
Use the deferred virtual call mechanism to avoid the virtual
call bug in the constructor.
See docs/wrong_virtual_call.md for a description.
|
2016-11-10 23:19:55 +01:00 |
|
|
0b6cdeb5f5
|
Warning and assert fixes.
|
2016-11-09 23:35:41 +01:00 |
|
|
72bfb64795
|
NotifyResChanged() should not be virtual itself.
Make an OnResChanged() virtual method instead.
|
2016-11-09 23:35:19 +01:00 |
|
|
68d179975e
|
Cast vectors explicitly using vector_cast.
|
2016-11-02 18:37:45 +01:00 |
|
|
7985ba2bc4
|
Add old code that is presumably made to display debug collision lines.
|
2016-10-31 20:10:33 +01:00 |
|
|
4e89878eb4
|
Replace __attribute__ keywords with a macro to improve compiler compatibility.
|
2014-08-14 12:00:04 +02:00 |
|
|
79fbf0faf7
|
Support drawing textures without doing any clipping.
|
2014-03-25 10:32:34 +01:00 |
|
|
46ad5ea5fe
|
Tiled wallpaper replicated all over.
|
2014-03-20 22:07:47 +01:00 |
|
|
dbf29f13d1
|
Use the new notifiable system to scale the character.
|
2014-03-20 12:39:39 +01:00 |
|
|
0c6275f41c
|
Draw in abstract units and scale to pixels at the end.
|
2014-03-20 12:39:39 +01:00 |
|
|
8d2ddaa9ff
|
New TiledWallpaper class for the background.
|
2014-03-20 12:39:09 +01:00 |
|