Sam Hocevar
|
b2d73f6310
|
core: prefix Entity members with m_ to avoid accidental shadowing.
|
před 13 roky |
Sam Hocevar
|
b111f7e3d8
|
core: move platform-specific code to specific directories.
|
před 13 roky |
Sam Hocevar
|
6bbe943492
|
core: rename vec2i to ivec2 etc. to better match GLSL.
|
před 13 roky |
Sam Hocevar
|
92d0050938
|
ps3: add a build-ps3 script that uses autoconf and automake.
|
před 13 roky |
Sam Hocevar
|
bf5e4ba76e
|
sdl: fix touchscreen event handling by first applying mouse moves, then
button changes.
|
před 13 roky |
Sam Hocevar
|
cc05a63bb7
|
video: get rid of Video::GetWidth() and Video::GetHeight().
|
před 14 roky |
Sam Hocevar
|
8848cf53db
|
Put everything in the "lol" namespace. Better late than never.
|
před 14 roky |
Sam Hocevar
|
6405ef32ea
|
Get rid of float3, float4, int3 etc. in favour of GLSL types.
|
před 14 roky |
Sam Hocevar
|
f76b95f200
|
Rename Float3 to float3, Int3 to int3 etc. and add the 4-member versions.
|
před 14 roky |
Sam Hocevar
|
f84b659c62
|
Slightly change the ...Data initialisation in classes.
|
před 14 roky |
Sam Hocevar
|
ee36574c01
|
Pieces can now be grabbed around.
|
před 14 roky |
Sam Hocevar
|
2d93e03c45
|
Mouse button support in Lol Engine.
|
před 14 roky |
Sam Hocevar
|
d248ae8b9a
|
Make SdlInput regularly inject the mouse position into the Input singleton.
|
před 14 roky |
Sam Hocevar
|
0ed566d3cc
|
Complete Lol Engine / Deus Hax / Monsterz split.
|
před 14 roky |
Sam Hocevar
|
54a05e0c2c
|
Allow for different priorities in game and draw tick levels.
|
před 14 roky |
Sam Hocevar
|
d5ffa9fe4f
|
Properly implement program termination, including in the GTK program.
|
před 14 roky |
Sam Hocevar
|
988f7c2885
|
Replace mouse scrolling with a joystick simulated by the e/s/d/f keys.
|
před 14 roky |
Sam Hocevar
|
50e4f67254
|
Get the timer to talk milliseconds instead of seconds.
|
před 14 roky |
Sam Hocevar
|
4d63ad6ada
|
Rename "asset" to "entity". It's way cooler.
|
před 14 roky |
Sam Hocevar
|
2edd7f4dbf
|
Start to handle differences between vertical and horizontal tiles.
|
před 14 roky |
Sam Hocevar
|
172a256c89
|
Properly initialise SDL in the input system's constructor.
|
před 14 roky |
Sam Hocevar
|
ccf95328cf
|
Reimplement the SDL input as a ticked asset object.
|
před 14 roky |