source: trunk/src @ 800

Name Size Rev Age Author Last Change
../
gtk 220   12 years sam Split test-map into deus-hax and monsterz.
debug 783   12 years sam build: put debug stuff and shader stuff in subdirectories.
shader 799   12 years sam shader: check that the shader really failed to compile before …
audio.cpp 701 bytes 686   12 years sam Put everything in the "lol" namespace. Better late than never.
forge.cpp 1.0 KB 686   12 years sam Put everything in the "lol" namespace. Better late than never.
hash.cpp 1.2 KB 686   12 years sam Put everything in the "lol" namespace. Better late than never.
sampler.cpp 1.2 KB 686   12 years sam Put everything in the "lol" namespace. Better late than never.
log.cpp 1.6 KB 734   12 years sam core: create a logger class to reduce printf usage.
entity.cpp 1.3 KB 735   12 years sam core: get rid of now useless <cstdio> includes.
profiler.cpp 1.5 KB 735   12 years sam core: get rid of now useless <cstdio> includes.
ticker.cpp 9.8 KB 735   12 years sam core: get rid of now useless <cstdio> includes.
world.cpp 1.1 KB 735   12 years sam core: get rid of now useless <cstdio> includes.
worldentity.cpp 981 bytes 735   12 years sam core: get rid of now useless <cstdio> includes.
audio.h 652 bytes 748   12 years sam core: fix include guard naming scheme.
bitfield.h 1.0 KB 748   12 years sam core: fix include guard naming scheme.
eglapp.h 709 bytes 748   12 years sam core: fix include guard naming scheme.
entity.h 1.9 KB 748   12 years sam core: fix include guard naming scheme.
font.h 880 bytes 748   12 years sam core: fix include guard naming scheme.
forge.h 721 bytes 748   12 years sam core: fix include guard naming scheme.
hash.h 577 bytes 748   12 years sam core: fix include guard naming scheme.
image.h 851 bytes 748   12 years sam core: fix include guard naming scheme.
input.h 1.0 KB 748   12 years sam core: fix include guard naming scheme.
layer.h 800 bytes 748   12 years sam core: fix include guard naming scheme.
log.h 933 bytes 748   12 years sam core: fix include guard naming scheme.
map.h 783 bytes 748   12 years sam core: fix include guard naming scheme.
profiler.h 1.1 KB 748   12 years sam core: fix include guard naming scheme.
sample.h 913 bytes 748   12 years sam core: fix include guard naming scheme.
sampler.h 742 bytes 748   12 years sam core: fix include guard naming scheme.
sdlapp.h 709 bytes 748   12 years sam core: fix include guard naming scheme.
sdlinput.h 743 bytes 748   12 years sam core: fix include guard naming scheme.
text.h 944 bytes 748   12 years sam core: fix include guard naming scheme.
ticker.h 1.1 KB 748   12 years sam core: fix include guard naming scheme.
timer.h 686 bytes 748   12 years sam core: fix include guard naming scheme.
world.h 894 bytes 748   12 years sam core: fix include guard naming scheme.
worldentity.h 953 bytes 748   12 years sam core: fix include guard naming scheme.
platform.cpp 682 bytes 749   12 years sam ui: add a Platform class to query information about the current …
platform.h 661 bytes 749   12 years sam ui: add a Platform class to query information about the current …
eglapp.cpp 4.2 KB 755   12 years sam video: get rid of Video::GetWidth() and Video::GetHeight().
image.cpp 5.6 KB 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
matrix.cpp 4.5 KB 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
ps3app.cpp 2.8 KB 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
ps3app.h 709 bytes 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
sample.cpp 1.5 KB 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
text.cpp 2.0 KB 758   12 years sam ps3: start a minimal PS3 port using PSGL, but not CG yet.
numeric.h 1.2 KB 761   12 years sam core: don't explicitly use std:: prefix when the platform may not …
matrix.h 7.1 KB 768   12 years sam core: add the unary minus operator to vectors.
androidapp.cpp 2.1 KB 780   12 years sam android: compilation fixes for recent engine changes.
input.cpp 3.7 KB 781   12 years sam sdl: fix touchscreen event handling by first applying mouse moves, …
sdlinput.cpp 2.2 KB 781   12 years sam sdl: fix touchscreen event handling by first applying mouse moves, …
core.h 1.1 KB 783   12 years sam build: put debug stuff and shader stuff in subdirectories.
loldebug.h 616 bytes 783   12 years sam build: put debug stuff and shader stuff in subdirectories.
Makefile.am 992 bytes 783   12 years sam build: put debug stuff and shader stuff in subdirectories.
video.h 924 bytes 784   12 years sam video: move the last shader from the Video class to Scene itself.
dict.cpp 3.0 KB 789   12 years sam core: Dict::RemoveSlot can now directly remove an Entity.
dict.h 804 bytes 789   12 years sam core: Dict::RemoveSlot can now directly remove an Entity.
emitter.h 877 bytes 790   12 years sam tileset: replace the Tiler ID system with real TileSet objects. The …
tiler.cpp 1.1 KB 790   12 years sam tileset: replace the Tiler ID system with real TileSet objects. The …
tiler.h 785 bytes 790   12 years sam tileset: replace the Tiler ID system with real TileSet objects. The …
emitter.cpp 2.1 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
font.cpp 1.5 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
layer.cpp 1.5 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
map.cpp 4.8 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
scene.cpp 9.6 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
scene.h 808 bytes 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
tileset.cpp 5.4 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
tileset.h 1.2 KB 792   12 years sam tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
lolgl.h 1.4 KB 796   12 years sam gl: use Glew if available.
sdlapp.cpp 2.1 KB 796   12 years sam gl: use Glew if available.
video.cpp 4.1 KB 796   12 years sam gl: use Glew if available.
timer.cpp 3.5 KB 798   12 years sam core: fix a typo in the Win32 timer code.
  • Property svn:ignore set to
    .deps
    Makefile
    Makefile.in
Note: See TracBrowser for help on using the repository browser.