Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 years ago |
Adam Frisby
|
c5d1f87cd2
* Removed and sorted using clauses in a number of files.
|
16 years ago |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
16 years ago |
Teravus Ovares
|
ac60382599
* Added a few more packets to ClientView. Added tendons to the Skeletal Groups Module, made it shared to save on threads.
|
16 years ago |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 years ago |
Sean Dague
|
139994757c
changes to pass nini config object to the modules that get
|
17 years ago |
lbsa71
|
849eaffbe5
* Applied patch #418 : copyright-r2012.patch - some errors, but got most thru
|
17 years ago |
lbsa71
|
a40e7100a2
* Gave ModuleLoader some good lovin'
|
17 years ago |
Sean Dague
|
c3d8f1f425
getting all our line endings consistant again
|
17 years ago |
lbsa71
|
8f0b03597b
* Modernized ScriptManager to new interface-based module calls.
|
17 years ago |
Sean Dague
|
b8d9737a47
fixing me some line endings
|
17 years ago |
MW
|
bfd36e2e83
Some work on Module loading/management.
|
17 years ago |
MW
|
f388a47254
Added a Debug method to the Console/log class that has the Conditional attribute (set to "DEBUG"), so we can use that for writing extra debug info to the console. [for anyone who doesn't know about the Conditional attribute, it is a attribute that can be set on a method, and then any call to that method will on be compiled if the terms of that condition are met, ie is this case only if "DEBUG" is true. So its a cleaner implementation of the #if #endif directives].
|
17 years ago |