~vcs-imports/aethyra/client

  • Committer: Tametomo
  • Author(s): Thorbjørn Lindeijer
  • Date: 2012-07-26 04:27:09 UTC
  • Revision ID: git-v1:d703b304112b712d2877da31d0b0281be082a964
Fixed mixup of parameter types in OpenGL code

Textures were not rendering correctly on cards that did not support the
GL_ARB_texture_rectangle extension, since the alternative code path was
passing ints as floats and floats as ints to OpenGL.
Filename Latest Rev Last Changed Committer Comment Size
..
bindings 3189 15 years ago Ira Rice Major refactoring of the gui folder, and other por Diff
core 3597 14 years ago Tametomo Continuation of reorganization of the client folde Diff
eathena 3597 14 years ago Tametomo Continuation of reorganization of the client folde Diff
platform 3871 14 years ago Tametomo Created a new platform folder to keep track of pla Diff
CMakeLists.txt 3941 12 years ago Tametomo Stream music files directly from the archives Use 18 KB Diff Download File
engine.cpp 3891 13 years ago Tametomo Instead of automatically defaulting to OpenGL, sta 8.6 KB Diff Download File
engine.h 3835 14 years ago Tametomo Minor touchups and modularization of the Engine cl 1.6 KB Diff Download File
main.cpp 3937 12 years ago Tametomo Minor commit. Change all SDL integer types into C9 6.3 KB Diff Download File
main.h 3871 14 years ago Tametomo Created a new platform folder to keep track of pla 1020 bytes Diff Download File
Makefile.am 3941 12 years ago Tametomo Stream music files directly from the archives Use 16.5 KB Diff Download File
options.h 3891 13 years ago Tametomo Instead of automatically defaulting to OpenGL, sta 1.5 KB Diff Download File