Lasse Öörni
|
ef42c4faec
Added explicit -m64 flag for 64bit compile on GCC. Added String constructors that take long or unsigned long as parameter.
|
12 years ago |
Lasse Öörni
|
9e3282aeea
Initial fixes for compiling as 64bit (MSVC.)
|
12 years ago |
Wei Tjong Yao
|
cddaa40080
Fixed ScriptInstance.cpp to compile under GCC and LLVM. Better Eclipse build environment setup. General code cleanup. During Editor startup, resets scene when loading requested scene from file specified by the parameter fails.
|
13 years ago |
Wei Tjong Yao
|
990428ca4d
Changed Append() methods implementation in String class so they can be chained together in a statement. Added new Join() methods and exposed it to Script API. Refactored Attribute Inspector to take advantage of the new exposed Join() method.
|
13 years ago |
Lasse Öörni
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
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
|
b650ff8eec
Removed possibility from String::Print() to pass Urho3D strings, as it does not compile on GCC.
|
13 years ago |
Lasse Öörni
|
289898d41a
Added patch for printf-like functionality to String class from Jason Kinzer.
|
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
|
eafd7a0632
Fixed buffer overflow in String::Replace().
|
13 years ago |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
13 years ago |
Lasse Öörni
|
c96f9e72dc
Cleaned up joystick code. Automatically open the joystick when accessed.
|
13 years ago |
Lasse Öörni
|
51c4336f2f
Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked.
|
13 years ago |
Lasse Öörni
|
d23803e285
Added memory debug dump (MSVC debug mode only.)
|
13 years ago |
Lasse Öörni
|
3735bd6916
Strip double quotes from arguments.
|
14 years ago |
Lasse Öörni
|
3805401100
Fixed WString returning length one char too long.
|
14 years ago |
Lasse Öörni
|
fa017fd53d
Fixed Unix compile errors.
|
14 years ago |
Lasse Öörni
|
5d49c4439b
Improved UTF8/UTF16 decoding. Return '?' for illegal sequences.
|
14 years ago |
Lasse Öörni
|
bedf357c90
Added WString class.
|
14 years ago |
Lasse Öörni
|
50226cfdb0
Started work toward Unicode compatibility.
|
14 years ago |