summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Matthijs Kooijman [Mon, 11 Jun 2007 07:50:38 +0000 (09:50 +0200)]
* ifdef away half of Playground.cpp to make it compile (still one non-porting related error left).
Matthijs Kooijman [Mon, 11 Jun 2007 07:05:20 +0000 (09:05 +0200)]
* Add profiler.cpp to Makefile (no modifications required).
Matthijs Kooijman [Mon, 11 Jun 2007 05:56:49 +0000 (07:56 +0200)]
* Add SoundTask to makefile (no modifications required).
Matthijs Kooijman [Mon, 11 Jun 2007 05:54:44 +0000 (07:54 +0200)]
* Make arguments that were previously references (see
7e140e4a6676bed7583831251469fcee457f7654) now const references. GCC
will allow temporary constructors to be converted to const references
and that will do just fine.
Matthijs Kooijman [Sun, 10 Jun 2007 19:56:57 +0000 (21:56 +0200)]
* Add another GetTickCount hack to compile CGlobalTimer.
Matthijs Kooijman [Sun, 10 Jun 2007 19:54:35 +0000 (21:54 +0200)]
* ifdef most of VideoUpdate away to make it compile.
Matthijs Kooijman [Sun, 10 Jun 2007 19:47:33 +0000 (21:47 +0200)]
* Add strnpy/strcpy_s wrapper to compile ProfileLogHandler.cpp
Matthijs Kooijman [Sun, 10 Jun 2007 19:41:38 +0000 (21:41 +0200)]
* ifdef CKernel::Execute away to make CKernel compile.
Matthijs Kooijman [Sun, 10 Jun 2007 19:38:19 +0000 (21:38 +0200)]
* Add ZeroMemory hack to compile mmanager.cpp.
* Remove some unused CFLAGS.
Matthijs Kooijman [Sun, 10 Jun 2007 19:30:30 +0000 (21:30 +0200)]
* Add link target to the Makefile.
* Move porting.h inclusion to engine.h, so most files will automatically include it.
* Make arguments passed as reference-to-CMMPointer and reference-to-string non-references, so temporary constructors can be used.
Matthijs Kooijman [Sun, 10 Jun 2007 19:06:08 +0000 (21:06 +0200)]
* Fix another filename casing error.
Matthijs Kooijman [Sun, 10 Jun 2007 19:00:26 +0000 (21:00 +0200)]
* Add SchemeReader.o to object list (no modifications required).
Matthijs Kooijman [Sun, 10 Jun 2007 18:59:51 +0000 (20:59 +0200)]
* Introduce porting.h for portability define thingies.
* Include . in the include path for compiling.
* Make CLog support user logging through stdout.
Matthijs Kooijman [Sun, 10 Jun 2007 18:43:38 +0000 (20:43 +0200)]
* Remove some hacks.
* Move GetTickCount hack to profiler.h
Matthijs Kooijman [Sun, 10 Jun 2007 18:39:24 +0000 (20:39 +0200)]
* Add simple Makefile.
Matthijs Kooijman [Sun, 10 Jun 2007 18:37:08 +0000 (20:37 +0200)]
* Add #ifdef WIN32 to make main.cpp compile on linux.
* Do singleton pointer magic with long instead of int to make it work on linux64, should still work on windows as well.
Matthijs Kooijman [Sun, 10 Jun 2007 16:20:22 +0000 (18:20 +0200)]
* Add newlines at the end of files.
* Fix casing of includes to match filenames.
Matthijs Kooijman [Sun, 10 Jun 2007 16:00:55 +0000 (18:00 +0200)]
* Add existing files.