Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Sam Hocevar 28e8fd6834 image: first GIF encoder iteration. 10 anos atrás
..
application build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. 8 anos atrás
base Added some shit in controller and text 8 anos atrás
bullet build: reorganise some visual studio shit and comment some files. 8 anos atrás
data build: reorganise automake build system. 12 anos atrás
debug scene: remove functions that aren’t that useful. 8 anos atrás
easymesh Added ShaderBuilder 8 anos atrás
generated build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
gpu Added ShaderBuilder 8 anos atrás
image image: first GIF encoder iteration. 8 anos atrás
input input: tweak warning messages. 8 anos atrás
lol image: first GIF encoder iteration. 8 anos atrás
lua build: reorganise some visual studio shit and comment some files. 8 anos atrás
math build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
mesh build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
platform Added some shit in controller and text 8 anos atrás
sys build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
t avl_tree: moving avl_tree implementation in lol/base. 8 anos atrás
Makefile.am avl_tree: moving avl_tree implementation in lol/base. 8 anos atrás
audio.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
audio.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
camera.cpp Fixed some stuff and added some small tweaks 8 anos atrás
camera.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
commandstack.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
dict.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
dict.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
eglapp.cpp build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. 8 anos atrás
eglapp.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
emitter.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
emitter.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
entity.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
entity.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
font.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
font.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
forge.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
forge.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
gradient.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
gradient.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
gradient.lolfx scene: start working on the scene class reorganisation. 8 anos atrás
light.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
light.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
lolcore.vcxproj input: use key scancodes everywhere, but add a small fallback for SDL1.2. 8 anos atrás
lolcore.vcxproj.filters input: use key scancodes everywhere, but add a small fallback for SDL1.2. 8 anos atrás
loldebug.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
lolgl.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
messageservice.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
messageservice.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
numeric.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
platform.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
platform.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
profiler.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
profiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
sample.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
sample.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
sampler.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
sampler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
scene.cpp scene: remove functions that aren’t that useful. 8 anos atrás
scene.h scene: remove functions that aren’t that useful. 8 anos atrás
sprite.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
sprite.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
text.cpp Added some shit in controller and text 8 anos atrás
text.h Added some shit in controller and text 8 anos atrás
ticker.cpp Fixed some stuff and added some small tweaks 8 anos atrás
ticker.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
tiler.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
tiler.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
tileset.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
tileset.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
utils.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
video.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
video.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
world.cpp build: reorganise includes so that we can use precompiled headers later. 8 anos atrás
world.h build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 8 anos atrás
worldentity.cpp Fixed some stuff and added some small tweaks 8 anos atrás
worldentity.h Fixed some stuff and added some small tweaks 8 anos atrás