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 e9b72ec53a Added stuff for ticking/drawing main app entity independently from other entities 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 lua: disable 64-bit integer setters. 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 thread: do not join std::thread instances. 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 Added stuff for ticking/drawing main app entity independently from other entities 8 vuotta sitten
font.cpp font: make bitmap fonts use linear filtering by default. 8 vuotta sitten
font.h text: new features and minor refactoring. 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 build: add missing #include directive. 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 text: fix a minor accuracy issue in the text alignment logic. 8 vuotta sitten
text.h text: new features and minor refactoring. 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 tileset: disable weird inheritance code. 8 vuotta sitten
tileset.h tileset: disable weird inheritance code. 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