Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Sam Hocevar 591db6b866 text: fix a minor accuracy issue in the text alignment logic. pirms 9 gadiem
..
application Added Thread classes pirms 8 gadiem
base Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. pirms 8 gadiem
bullet build: remove dead PS3 code. pirms 8 gadiem
data build: reorganise automake build system. pirms 11 gadiem
debug image: remove "color" typedef since we already have the "Color" class, and rename a few things. pirms 8 gadiem
easymesh MeshViewer refactor is on good way pirms 8 gadiem
gpu LolImGui integration 2nd pass: It now works perfectly (to the extent of the api) pirms 8 gadiem
image image: remove "color" typedef since we already have the "Color" class, and rename a few things. pirms 8 gadiem
input Fix a race condition in the file watcher and a few compilation warnings. pirms 8 gadiem
lol MeshViewer refactor is on good way pirms 8 gadiem
lolua lua: disable 64-bit integer setters. pirms 8 gadiem
lua Split Tileset in TextureImage -> Tileset pirms 8 gadiem
math misc: lots of compilation fixes for Visual Studio (related to mediocre pirms 8 gadiem
mesh MeshViewer refactor is on good way pirms 8 gadiem
platform Revamped Game/Draw groups to split stuff and help spreading tick pirms 8 gadiem
sys thread: do not join std::thread instances. pirms 8 gadiem
t Brought threads to C++11 pirms 8 gadiem
Makefile.am build: move imgui to external/ because it does not really need a complex build system, just one #include. pirms 8 gadiem
audio.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
audio.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
camera.cpp Revamped Game/Draw groups to split stuff and help spreading tick pirms 8 gadiem
camera.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
commandstack.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
dict.cpp base: some Windows compilation fixes. pirms 8 gadiem
dict.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
eglapp.cpp build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. pirms 8 gadiem
eglapp.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
emitter.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
emitter.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
entity.cpp Revamped Game/Draw groups to split stuff and help spreading tick pirms 8 gadiem
entity.h fixed 36 files out of 4318: pirms 8 gadiem
font.cpp font: make bitmap fonts use linear filtering by default. pirms 8 gadiem
font.h text: new features and minor refactoring. pirms 8 gadiem
forge.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
forge.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
gradient.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
gradient.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
gradient.lolfx scene: start working on the scene class reorganisation. pirms 8 gadiem
light.cpp Revamped Game/Draw groups to split stuff and help spreading tick pirms 8 gadiem
light.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
lolcore.vcxproj build: move imgui to external/ because it does not really need a complex build system, just one #include. pirms 8 gadiem
lolcore.vcxproj.filters Split Tileset in TextureImage -> Tileset pirms 8 gadiem
loldebug.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
lolgl.h build: remove dead PS3 code. pirms 8 gadiem
lolimgui.cpp MeshViewer refactor is on good way pirms 8 gadiem
lolimgui.h MeshViewer refactor is on good way pirms 8 gadiem
messageservice.cpp Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. pirms 8 gadiem
messageservice.h Removed all the enum macros, because this was shit and admitting that is the first step to global world domination. pirms 8 gadiem
numeric.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
platform.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
platform.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
profiler.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
profiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
sample.cpp build: remove dead PS3 code. pirms 8 gadiem
sample.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
sampler.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
sampler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
scene.cpp MeshViewer refactor is on good way pirms 8 gadiem
scene.h build: add missing #include directive. pirms 8 gadiem
sprite.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
sprite.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
text.cpp text: fix a minor accuracy issue in the text alignment logic. pirms 8 gadiem
text.h text: new features and minor refactoring. pirms 8 gadiem
textureimage-private.h Split Tileset in TextureImage -> Tileset pirms 8 gadiem
textureimage.cpp Revamped Game/Draw groups to split stuff and help spreading tick pirms 8 gadiem
textureimage.h Split Tileset in TextureImage -> Tileset pirms 8 gadiem
ticker.cpp sys: use std::bind for thread workers to avoid ugly casts. pirms 8 gadiem
ticker.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
tiler.cpp build: reorganise includes so that we can use precompiled headers later. pirms 8 gadiem
tiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
tileset.cpp tileset: disable weird inheritance code. pirms 8 gadiem
tileset.h tileset: disable weird inheritance code. pirms 8 gadiem
utils.h Add color var in lua pirms 8 gadiem
video.cpp build: remove dead PS3 code. pirms 8 gadiem
video.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 8 gadiem
world.cpp 2nd pass on Lua integration. pirms 8 gadiem
world.h 2nd pass on Lua integration. pirms 8 gadiem
worldentity.cpp Fixed some stuff and added some small tweaks pirms 8 gadiem
worldentity.h Fixed some stuff and added some small tweaks pirms 8 gadiem