0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CaWE GUI editor: fixed round-off errors in color handling. More... about 14 years ago
CaWE: a) GUI editor: Changes to the text and border colors of windows were picking up a wrong alpha value. Fixed. b) Map editor: The helpers of a cloned entity continued to consider the source entity as their parent (rather than the new entity). Fixed. More... about 14 years ago
CaWE: Revised the AppCaWE::OnInit() sequence of initializations. More... about 14 years ago
Removed obsolete output from config.lua ;-) More... about 14 years ago
Improving Cafu Model Support: Converted the support for "ase" model files from the old, separate, "unrelated" code (previous class ModelAseT) into a new loader/importer instance that creates Cafu models, augmenting the new uniform concept of model handling. More... about 14 years ago
Various Linux compilation fixes. More... about 14 years ago
Minor revision of the ModelAseT implementation. More... about 14 years ago
Improving Cafu Model Support: Revised the interfaces (declarations) of the ModelLoaderT and CafuModelT class. More... about 14 years ago
Improving Cafu Model Support: As prepared in the previous revisions, renamed files Models/Model_md5.* to Models/Model_cmdl.* and related class ModelMd5T to CafuModelT. This change reflects the new, broader and more general purpose of the model code and accounts for future changes. More... about 14 years ago
Improving Cafu Model Support: Removed the Models/Model_cmdl.* files and related ModelCaMdlT class again, as they were only near-empty stubs for testing and the Model_cmdl.* filenames are to be reused for other code in a near-future revision... More... about 14 years ago
Improving Cafu Model Support: Continuing the changes begun in r52, Doom3 md5 model files are now loaded/imported via the new ModelLoaderT class as well. More... about 14 years ago
These files should have been committed with the previous revision. More... about 14 years ago
Improving Cafu Model Support: Took a first step in separating the file format importers from the actual model code, here specifically using the LWO (Lightwave Object) format for the conceptual demonstration. More... about 14 years ago
Replaced most of the remaining occurrences of "Ca3DE" with "Cafu", especially in the Cafu Engine main menu (e.g. in the "Credits" dialog). More... about 14 years ago
Added two map files that serve development purposes. More... about 14 years ago
a) Changed the format of pts pointfiles to Lua. That is, pointfiles are now true, complete Lua programs: - CaBSP has been updated to write pointfiles in the new format as Lua programs, - CaWE has been updated to run pointfiles as Lua programs and to look into the generated Points table for the results. More... about 14 years ago
SCons build system: Explicitly instruct SCons to detect and use the Microsoft Platform SDK for the build environments, as it is not among the default tools. See thread "Scons 2010/01/17 doesn't look for MS SDK?" at <http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=2455554> for further information. More... about 14 years ago
Applied patches by Ettl Martin for fixing memory leaks in lwo library. Closes #7 and #8. More... over 14 years ago
Applied patch by Ettl Martin for removing redundant ')' in macro declaration. Closes #6. More... over 14 years ago
Merged latest libpng upgrade in vendor/libpng to cafu/trunk/ExtLibs/libpng. More... over 14 years ago
Upgraded vendor/libpng from 1.2.40 to 1.2.42. More... over 14 years ago
Applied the patch for the issue described at <http://www.cafu.de/forum/viewtopic.php?f=6&t=699>. Fixes #5. More... over 14 years ago
a) Updated the defaults in CompilerSetup.py.tmpl. b) The OpenGL rendering context and MatSys initialization is now delayed until the initial canvas is actually shown on screen. Fixes #3. More... over 14 years ago
a) Set correct name of libfmod-3.75.so in Libs/SConscript. Fixes #2. b) Updated the message text of the final GUI panel in the TechDemo map. More... over 14 years ago
Updated ReadmeCFS.txt file in vendor/openal-win. More... over 14 years ago
Added all Cafu files to cafu/trunk (with matching svn:ignore properties). More... over 14 years ago
cafu/trunk/ExtLibs: Set the svn:ignore properties as required to ignore the files resulting from our build process. More... over 14 years ago
ExtLibs: Added SConscript, config and readme files and addressed compile issues as appropriate and required for Cafu (based on r1096 of the old repository). More... over 14 years ago
Added more external libs in Cafu/ExtLibs/ that don't require a root in vendor/ : - Cg, - fmod 3.75. More... over 14 years ago
Added more external libs in cafu/trunk/ExtLibs/ that don't require a root in vendor/ : - DirectX7 (from the original SDK), - lwo (from the Lightwave 8 SDK), - MersenneTwister.h (in its original, unmodified form), and - pstdint.h (also in its original, unmodified form). More... over 14 years ago