Lasse Öörni
|
9e3282aeea
Initial fixes for compiling as 64bit (MSVC.)
|
12 years ago |
Lasse Öörni
|
14fa3b3d6e
Added SavePNG() function to Image.
|
13 years ago |
Lasse Öörni
|
53adf6fc5b
Expose UnsubscribeFromAllEventsExcept() to script.
|
13 years ago |
Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
13 years ago |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
13 years ago |
Lasse Öörni
|
d6deaccd5a
Added FlipVertical() to Image.
|
13 years ago |
Lasse Öörni
|
411ab13883
Applied jpeg save and system time patches from Alex Fuller.
|
13 years ago |
Lasse Öörni
|
c6de5b25a1
Fixed handling of faces that are not triangles in AssetImporter.
|
13 years ago |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
13 years ago |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
13 years ago |
Lasse Öörni
|
109f76600a
Cleaned up image decompression code.
|
13 years ago |
Lasse Öörni
|
dee2e099de
Added ETC1 & PVRTC decompression from the Oolong Engine. Used when not supported in hardware.
|
13 years ago |
Lasse Öörni
|
442f3d832c
Fixed memory leak in Image.
|
13 years ago |
Lasse Öörni
|
5404482ce7
Fixed PVRTC support.
|
13 years ago |
Lasse Öörni
|
729df6e65b
Started work on PVRTC texture format support.
|
13 years ago |
Lasse Öörni
|
d7d599be7b
Added loading of ETC1 compressed textures on mobile devices. These need to be stored inside .ktx files.
|
13 years ago |
Lasse Öörni
|
2ff2fc81fa
Moved Squish back to its own directory.
|
13 years ago |
Lasse Öörni
|
ec593273b8
Moved a slimmed down version of Squish (only DXT decompression) directly to the Resource library.
|
13 years ago |
Lasse Öörni
|
2f4165bf0f
Added Squish library for DXT decompression.
|
13 years ago |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
14 years ago |
Lasse Öörni
|
700520f320
Further comments and code cleanup.
|
14 years ago |
Lasse Öörni
|
7eed016fd8
Added more assertions.
|
14 years ago |
Lasse Öörni
|
6d552a8193
Use fixed size 24 bit network object IDs for more deterministic bandwidth use.
|
14 years ago |
Lasse Öörni
|
71603ae52e
Initial kNet-based networking implementation.
|
14 years ago |
Lasse Öörni
|
aa2491a7ac
Moved SharedPtr & SharedArrayPtr to the Container library.
|
14 years ago |
Lasse Öörni
|
3a6163226b
Changed OpenGL rendering to use non-hardcoded shader parameters. Fixed warnings.
|
14 years ago |
Lasse Öörni
|
b90c1386be
Removed unnecessary parentheses.
|
14 years ago |
Lasse Öörni
|
b78205cfe1
Documentation updates.
|
14 years ago |
Lasse Öörni
|
9f712d922d
Image.cpp no longer relies on ddraw.h.
|
14 years ago |
Lasse Öörni
|
f3859c1ed7
Added documentation about containers.
|
14 years ago |