Machiavelli
|
d183d94be8
|
Fix possible crash in VMapManager sLog.OutXX functions.
--HG--
branch : trunk
|
2010-06-19 20:51:56 +02:00 |
|
Brian
|
108970ddba
|
* Fix Linux compile
--HG--
branch : trunk
|
2010-06-19 11:14:00 -06:00 |
|
Machiavelli
|
8c8986b2bc
|
Fix usage of uninitialized waypoint array variables in ConfusedMovementGenerator<T>::Initialize and revert 9b1c565510+ad8ce5245e that covered up this problem without fixing it and introduced a faulty LOS calculation.
With thanks to Lynx3d and click, and Aokromes and ritchy for testing.
--HG--
branch : trunk
|
2010-06-19 17:26:12 +02:00 |
|
click
|
7fe641c99e
|
Fix a small "typo" regarding the calculation of LoS from the r9b1c565510 vmap-fix - fix by Gyullo, after being busy slapping himself for the mistake
--HG--
branch : trunk
|
2010-06-17 22:28:16 +02:00 |
|
click
|
aa74cac7cb
|
Add plane/finitecheck tests for OOB intersection-vectors (this should fix vmap-related freezes) - patch by Gyullo
--HG--
branch : trunk
|
2010-06-17 20:38:46 +02:00 |
|
click
|
93f8d212e0
|
Fix linuxbuild
--HG--
branch : trunk
|
2010-06-15 19:16:25 +02:00 |
|
Shauren
|
ebb0785817
|
Commit from Lynx3d: Add assert to values that can cause nasty freeze, but should never occur with
valid input.
--HG--
branch : trunk
|
2010-06-15 17:08:04 +02:00 |
|
Tartalo
|
2457c5a174
|
Add copyright notes to CMake files
--HG--
branch : trunk
|
2010-06-09 15:39:34 +02:00 |
|
click
|
f867f6d7a8
|
Get g3dlib, zlib and jemalloc to build again
--HG--
branch : trunk
rename : opt/cleanup/tab2spaces.sh => contrib/cleanup/tab2spaces.sh
rename : opt/cleanup/whitespace.sh => contrib/cleanup/whitespace.sh
rename : opt/conf_merge/README => contrib/conf_merge/README
rename : opt/conf_merge/index.php => contrib/conf_merge/index.php
rename : opt/conf_merge/merge.php => contrib/conf_merge/merge.php
rename : doc/AuctionHouseBot.txt => docs/AuctionHouseBot.txt
rename : doc/DocStructure.dox => docs/DocStructure.dox
rename : doc/Doxyfile.in => docs/Doxyfile.in
rename : doc/EventAI.txt => docs/EventAI.txt
rename : doc/HowToScript.txt => docs/HowToScript.txt
rename : doc/TextTables.txt => docs/TextTables.txt
rename : doc/UnixInstall.txt => docs/UnixInstall.txt
rename : externals/jemalloc/include/internal/arena.h => externals/jemalloc/jemalloc/internal/arena.h
rename : externals/jemalloc/include/internal/base.h => externals/jemalloc/jemalloc/internal/base.h
rename : externals/jemalloc/include/internal/chunk.h => externals/jemalloc/jemalloc/internal/chunk.h
rename : externals/jemalloc/include/internal/chunk_dss.h => externals/jemalloc/jemalloc/internal/chunk_dss.h
rename : externals/jemalloc/include/internal/chunk_mmap.h => externals/jemalloc/jemalloc/internal/chunk_mmap.h
rename : externals/jemalloc/include/internal/chunk_swap.h => externals/jemalloc/jemalloc/internal/chunk_swap.h
rename : externals/jemalloc/include/internal/ckh.h => externals/jemalloc/jemalloc/internal/ckh.h
rename : externals/jemalloc/include/internal/ctl.h => externals/jemalloc/jemalloc/internal/ctl.h
rename : externals/jemalloc/include/internal/extent.h => externals/jemalloc/jemalloc/internal/extent.h
rename : externals/jemalloc/include/internal/hash.h => externals/jemalloc/jemalloc/internal/hash.h
rename : externals/jemalloc/include/internal/huge.h => externals/jemalloc/jemalloc/internal/huge.h
rename : externals/jemalloc/include/internal/jemalloc_internal.h => externals/jemalloc/jemalloc/internal/jemalloc_internal.h
rename : externals/jemalloc/include/internal/jemalloc_internal.h.in => externals/jemalloc/jemalloc/internal/jemalloc_internal.h.in
rename : externals/jemalloc/include/internal/mb.h => externals/jemalloc/jemalloc/internal/mb.h
rename : externals/jemalloc/include/internal/mutex.h => externals/jemalloc/jemalloc/internal/mutex.h
rename : externals/jemalloc/include/internal/prof.h => externals/jemalloc/jemalloc/internal/prof.h
rename : externals/jemalloc/include/internal/ql.h => externals/jemalloc/jemalloc/internal/ql.h
rename : externals/jemalloc/include/internal/qr.h => externals/jemalloc/jemalloc/internal/qr.h
rename : externals/jemalloc/include/internal/rb.h => externals/jemalloc/jemalloc/internal/rb.h
rename : externals/jemalloc/include/internal/stats.h => externals/jemalloc/jemalloc/internal/stats.h
rename : externals/jemalloc/include/internal/tcache.h => externals/jemalloc/jemalloc/internal/tcache.h
rename : externals/jemalloc/include/internal/totally_not_p_r_n.h => externals/jemalloc/jemalloc/internal/totally_not_p_r_n.h
rename : externals/jemalloc/include/jemalloc.h => externals/jemalloc/jemalloc/jemalloc.h
rename : externals/jemalloc/include/jemalloc.h.in => externals/jemalloc/jemalloc/jemalloc.h.in
rename : externals/jemalloc/include/jemalloc_defs.h => externals/jemalloc/jemalloc/jemalloc_defs.h
rename : externals/jemalloc/include/jemalloc_defs.h.in => externals/jemalloc/jemalloc/jemalloc_defs.h.in
|
2010-06-08 08:04:26 +02:00 |
|
Brian
|
c08a7d6348
|
* Finally it compiles (thanks click for noticing the "typo").
* However, still need to get linking fixed.
--HG--
branch : trunk
|
2010-06-07 19:04:11 -06:00 |
|
Brian
|
1fd7082712
|
* Reverted to the old G3D library, however collision still will not compile
* and is therefore commented out.
--HG--
branch : trunk
|
2010-06-07 18:32:20 -06:00 |
|
Tartalo
|
a5f4e3de94
|
more cmake fixes. comment collision compilation until fixed
--HG--
branch : trunk
|
2010-06-08 01:20:06 +02:00 |
|
Brian
|
498f62f4cc
|
* Well 94% isn't bad. Last thing to fix is collision compiling.
* But I need a break.
--HG--
branch : trunk
|
2010-06-07 16:21:52 -06:00 |
|
Tartalo
|
c834449400
|
More fixes for game/ cmake compilation
--HG--
branch : trunk
|
2010-06-07 23:40:17 +02:00 |
|
Brian
|
cbaf5587d6
|
* shared lib builds again under Linux.
--HG--
branch : trunk
|
2010-06-07 07:13:35 -06:00 |
|
XTZGZoReX
|
fcd58c134d
|
* Move VMap3 code to a separate static 'collision' library.
--HG--
branch : trunk
|
2010-06-07 13:57:34 +02:00 |
|