You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Benjamin ‘Touky’ Huet 73f729d2ef MeshViewer refactor is on good way 9 vuotta sitten
..
application Added Thread classes 8 vuotta sitten
base Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. 8 vuotta sitten
bullet build: remove dead PS3 code. 8 vuotta sitten
data build: reorganise automake build system. 12 vuotta sitten
debug image: remove "color" typedef since we already have the "Color" class, and rename a few things. 8 vuotta sitten
easymesh MeshViewer refactor is on good way 8 vuotta sitten
gpu LolImGui integration 2nd pass: It now works perfectly (to the extent of the api) 8 vuotta sitten
image image: remove "color" typedef since we already have the "Color" class, and rename a few things. 8 vuotta sitten
input Fix a race condition in the file watcher and a few compilation warnings. 8 vuotta sitten
lol MeshViewer refactor is on good way 8 vuotta sitten
lolua MeshViewer refactor is on good way 8 vuotta sitten
lua Split Tileset in TextureImage -> Tileset 8 vuotta sitten
math misc: lots of compilation fixes for Visual Studio (related to mediocre 8 vuotta sitten
mesh MeshViewer refactor is on good way 8 vuotta sitten
platform Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
sys MeshViewer refactor is on good way 8 vuotta sitten
t Brought threads to C++11 8 vuotta sitten
Makefile.am build: move imgui to external/ because it does not really need a complex build system, just one #include. 8 vuotta sitten
audio.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
audio.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
camera.cpp Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
camera.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
commandstack.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
dict.cpp base: some Windows compilation fixes. 8 vuotta sitten
dict.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
eglapp.cpp build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. 8 vuotta sitten
eglapp.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
emitter.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
emitter.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
entity.cpp Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
entity.h fixed 36 files out of 4318: 8 vuotta sitten
font.cpp Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
font.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
forge.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
forge.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
gradient.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
gradient.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
gradient.lolfx scene: start working on the scene class reorganisation. 8 vuotta sitten
light.cpp Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
light.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
lolcore.vcxproj build: move imgui to external/ because it does not really need a complex build system, just one #include. 8 vuotta sitten
lolcore.vcxproj.filters Split Tileset in TextureImage -> Tileset 8 vuotta sitten
loldebug.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
lolgl.h build: remove dead PS3 code. 8 vuotta sitten
lolimgui.cpp MeshViewer refactor is on good way 8 vuotta sitten
lolimgui.h MeshViewer refactor is on good way 8 vuotta sitten
messageservice.cpp Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. 8 vuotta sitten
messageservice.h Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. 8 vuotta sitten
numeric.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
platform.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
platform.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
profiler.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
profiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
sample.cpp build: remove dead PS3 code. 8 vuotta sitten
sample.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
sampler.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
sampler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
scene.cpp MeshViewer refactor is on good way 8 vuotta sitten
scene.h MeshViewer refactor is on good way 8 vuotta sitten
sprite.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
sprite.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
text.cpp base: more lowercase shit. 8 vuotta sitten
text.h Added some shit in controller and text 8 vuotta sitten
textureimage-private.h Split Tileset in TextureImage -> Tileset 8 vuotta sitten
textureimage.cpp Revamped Game/Draw groups to split stuff and help spreading tick 8 vuotta sitten
textureimage.h Split Tileset in TextureImage -> Tileset 8 vuotta sitten
ticker.cpp sys: use std::bind for thread workers to avoid ugly casts. 8 vuotta sitten
ticker.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
tiler.cpp build: reorganise includes so that we can use precompiled headers later. 8 vuotta sitten
tiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
tileset.cpp Split Tileset in TextureImage -> Tileset 8 vuotta sitten
tileset.h fixed 36 files out of 4318: 8 vuotta sitten
utils.h Add color var in lua 8 vuotta sitten
video.cpp build: remove dead PS3 code. 8 vuotta sitten
video.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 vuotta sitten
world.cpp 2nd pass on Lua integration. 8 vuotta sitten
world.h 2nd pass on Lua integration. 8 vuotta sitten
worldentity.cpp Fixed some stuff and added some small tweaks 8 vuotta sitten
worldentity.h Fixed some stuff and added some small tweaks 8 vuotta sitten