25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Sam Hocevar 752829b7ed gpu: shader fixes for the Web version. 12 yıl önce
..
application base: break the main loop apart for the emscripten port. 12 yıl önce
base misc: fix some coding errors found by Coverity. 9 yıl önce
bullet ps4: prepare for the fioutaah! 12 yıl önce
data build: reorganise automake build system. 12 yıl önce
debug math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
easymesh shiny*.lolfx : light reflect FIX 9 yıl önce
generated EZMesh : Added Vertices{Merge|Separate} and PostBuildNormal. 9 yıl önce
gpu gpu: shader fixes for the Web version. 9 yıl önce
image math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
input input: removed static keyword for global input names 9 yıl önce
lol math: add distance() function for vectors. 9 yıl önce
lua ps4: prepare for the fioutaah! 12 yıl önce
math math: minor rework in the Euler angles conversion. 9 yıl önce
mesh scene: start working on the scene class reorganisation. 9 yıl önce
platform Mouse support now works in emscripten 9 yıl önce
sys misc: fix some coding errors found by Coverity. 9 yıl önce
Makefile.am lolremez: move LolRemez out of the engine, it's really too specific. 9 yıl önce
audio.cpp add methods to Audio class to mute/unmute and change volume per channel 9 yıl önce
audio.h add methods to Audio class to mute/unmute and change volume per channel 9 yıl önce
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
camera.h mat4 : removed useless ortho(). Fixed shifted_perspective so it actually works. 9 yıl önce
commandstack.h EZMesh : Some files splitup 9 yıl önce
core.h scene: start working on the scene class reorganisation. 9 yıl önce
dict.cpp build: lol-build now passes flags to configure, and configure now uses 12 yıl önce
dict.h build: fix the WTFPL site URL in all code comments. 13 yıl önce
eglapp.cpp input: Removed previous input system 9 yıl önce
eglapp.h core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). 13 yıl önce
emitter.cpp scene: use a global g_scene object instead of Scene::GetDefault(). 12 yıl önce
emitter.h New year copyright update. 13 yıl önce
entity.cpp ticker: replace linked lists wih dynamic arrays for entity groups. 9 yıl önce
entity.h Meshviewer FIX + comment rework 9 yıl önce
font.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
font.h New year copyright update. 13 yıl önce
forge.cpp build: fix the WTFPL site URL in all code comments. 13 yıl önce
forge.h base: prevent instantiation of several static-only classes. 13 yıl önce
gradient.cpp scene: start working on the scene class reorganisation. 9 yıl önce
gradient.h New year copyright update. 13 yıl önce
gradient.lolfx scene: start working on the scene class reorganisation. 9 yıl önce
layer.cpp scene: use a global g_scene object instead of Scene::GetDefault(). 12 yıl önce
layer.h build: fix the WTFPL site URL in all code comments. 13 yıl önce
light.cpp Light : Added Type SfEnum. 9 yıl önce
light.h scene: fix light object usage in various demos and example programs. 9 yıl önce
lolcore.vcxproj scene: start working on the scene class reorganisation. 9 yıl önce
lolcore.vcxproj.filters scene: start working on the scene class reorganisation. 9 yıl önce
loldebug.h build: fix the WTFPL site URL in all code comments. 13 yıl önce
lolgl.h gpu: add a 16-bit depth buffer to framebuffers on WebGL and GL ES. 12 yıl önce
map.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
map.h build: fix the WTFPL site URL in all code comments. 13 yıl önce
messageservice.cpp Build FIX 9 yıl önce
messageservice.h MessageService : Safe Enum added to ensure good usage. 9 yıl önce
numeric.h String : Added ::replace(char, char, bool), ::ToLower(), ::ToUpper() 9 yıl önce
platform.cpp build: fix the WTFPL site URL in all code comments. 13 yıl önce
platform.h base: prevent instantiation of several static-only classes. 13 yıl önce
profiler.cpp build: fix the WTFPL site URL in all code comments. 13 yıl önce
profiler.h base: prevent instantiation of several static-only classes. 13 yıl önce
sample.cpp audio: report SDL mixer loading errors. 12 yıl önce
sample.h audio: add Sampler::LoopSample(). 13 yıl önce
sampler.cpp audio: add Sampler::LoopSample(). 13 yıl önce
sampler.h audio: add Sampler::LoopSample(). 13 yıl önce
scene.cpp scene: start working on the scene class reorganisation. 9 yıl önce
scene.h scene: start working on the scene class reorganisation. 9 yıl önce
sprite.cpp scene: use a global g_scene object instead of Scene::GetDefault(). 12 yıl önce
sprite.h New year copyright update. 13 yıl önce
text.cpp core: Text constructor now wants a String object. 9 yıl önce
text.h core: Text constructor now wants a String object. 9 yıl önce
ticker.cpp input: renamed xinput keys to something more human readable (such as A or DPadLeft) and inverted mouse Y axis to match joystick axis (negatives being up) 9 yıl önce
ticker.h base: prevent instantiation of several static-only classes. 13 yıl önce
tiler.cpp mrpigeon: try the new tile definition system… which doesn’t work. 12 yıl önce
tiler.h mrpigeon: try the new tile definition system… which doesn’t work. 12 yıl önce
tileset.cpp gpu: move more platform-specific code from Video to Render. 12 yıl önce
tileset.h mrpigeon: try the new tile definition system… which doesn’t work. 12 yıl önce
utils.h base: fix template ambiguity in FindValue(). 9 yıl önce
video.cpp Added Flat debugrendermode 9 yıl önce
video.h Added Flat debugrendermode 9 yıl önce
world.cpp lua: print the actual panic message before dumping a callstack. 12 yıl önce
world.h lua: add support for lua/init.lua in a global World object and give 12 yıl önce
worldentity.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 9 yıl önce
worldentity.h core: remove deprecated WorldEntity member variables. 9 yıl önce