 |
|
Fromafar
|
|
Revision 453 (trunk) Prevented destructor and zoom-out crashes
Modified: ctp2_code\gfx\spritesys\FacedSprite.cpp
Modified: ctp2_code\gfx\spritesys\FacedSprite.h
Modified: ctp2_code\gfx\spritesys\FacedSpriteWshadow.cpp
Modified: ctp2_code\gfx\spritesys\FacedSpriteWshadow.h
Modified: ctp2_code\gfx\spritesys\Sprite.cpp
Modified: ctp2_code\gfx\spritesys\Sprite.h
Modified: ctp2_code\gfx\spritesys\SpriteFile.h
Modified: ctp2_code\gfx\spritesys\spritefile.cpp
Modified: ctp2_code\gfx\spritesys\spriteutils.cpp
Modified: ctp2_code\gfx\spritesys\spriteutils.h
|
|
|  |
 |
|
Martin Gühmann
|
 |
Berlin, Germany
Mar 2001 time: 06:16
|
|
Revision 454 (trunk)
Topics in alphabetical order now show the right topic:
modified ctp2_code/ui/interface/greatlibrary.cpp
modified ctp2_code/ui/interface/greatlibrary.h
modified ctp2_code/ui/interface/greatlibrarywindow.cpp
modified ctp2_code/ui/interface/greatlibrarywindow.h
Fixed memory leaks:
modified ctp2_code/ctp/civapp.cpp
modified ctp2_code/ui/aui_common/aui_ldl.cpp
modified ctp2_code/ui/aui_common/aui_ldl.h
modified ctp2_code/ui/interface/infowindow.cpp
modified ctp2_code/ui/interface/infowindow.h
Cleaned files since I edited them anyway, no fnctional change:
modified ctp2_code/gs/gameobj/CityData.cpp
modified ctp2_code/gs/slic/SlicSegment.cpp
modified ctp2_code/ui/aui_common/aui_imagebase.cpp
modified ctp2_code/ui/aui_common/aui_region.cpp
Fixed hypelinks (typos):
modified ctp2_data/english/gamedata/Great_Library.txt
modified ctp2_data/german/gamedata/Great_Library.txt
Last edited by Martin Gühmann on 16-09-2005 at 02:44
|
|
|  |
 |
|
ctplinuxfan
|
|
Revision 455
Changed paths:
M /branches/linux
M /branches/linux/ctp2_code/libs/anet
M /branches/linux/ctp2_code/libs/anet/GNUmakefile.am
M /branches/linux/ctp2_code/libs/anet/Makefile
A /branches/linux/ctp2_code/libs/anet/configure.in
M /branches/linux/ctp2_code/libs/anet/demo
A /branches/linux/ctp2_code/libs/anet/demo/GNUmakefile.am
M /branches/linux/ctp2_code/libs/anet/demo/gtest
A /branches/linux/ctp2_code/libs/anet/demo/gtest/GNUmakefile.am
M /branches/linux/ctp2_code/libs/anet/h
A /branches/linux/ctp2_code/libs/anet/macros
A /branches/linux/ctp2_code/libs/anet/macros/anet_internal.m4
M /branches/linux/ctp2_code/libs/anet/src/3rdparty
M /branches/linux/ctp2_code/libs/anet/src/3rdparty/GNUmakefile.am
D /branches/linux/ctp2_code/libs/anet/src/3rdparty/d3des
D /branches/linux/ctp2_code/libs/anet/src/3rdparty/md5
M /branches/linux/ctp2_code/libs/anet/src/linux
A /branches/linux/ctp2_code/libs/anet/src/linux/GNUmakefile.am
M /branches/linux/ctp2_code/libs/anet/src/linux/dp
A /branches/linux/ctp2_code/libs/anet/src/linux/dp/GNUmakefile.am
M /branches/linux/ctp2_code/libs/anet/src/test
A /branches/linux/ctp2_code/libs/anet/src/test/GNUmakefile.am
r2783@linux2: holger | 2005-09-15 22:57:30 +0200
- introduced autoconf for dp2 lib (client part of anet library)
- removed duped files (3rdparty stuff recreated by archive content)
-> next step: build of client lib for ctp2 possible in vdir environment
-> For debugging:
separate ctp2 builds (e.g. CFLAGS=-g3 CXXFLAGS=$CFLAGS ../srcdir/configure
possible of same source directory with internal anet
Revision 456
Changed paths:
M /branches/linux
M /branches/linux/Makefile
M /branches/linux/autogen.sh
M /branches/linux/configure.in
M /branches/linux/ctp2_code/Makefile.am
M /branches/linux/ctp2_code/ai/mapanalysis/mapanalysis.h
M /branches/linux/ctp2_code/libs/Makefile.am
M /branches/linux/ctp2_code/os/autoconf/config
M /branches/linux/ctp2_code/os/nowin32/nowin32.cpp
M /branches/linux/ctp2_code/os/nowin32/windows.h
M /branches/linux/ctp2_code/robot/aibackdoor/priorityqueue.h
r2784@linux2: holger | 2005-09-15 23:04:34 +0200
- activated dp2 library changes in ctp2 makefiles
- added missing include for _DEBUG build
- fixed contained type for Uint32Vector to uint32
|
|
|  |
 |
|
Fromafar
|
|
Revision 459 (trunk) Prevented memory leak report at the end of the program.
Modified: ctp2_code\ctp\civapp.cpp
Modified: ctp2_code\ui\aui_ctp2\c3ui.cpp
Modified: ctp2_code\ui\aui_ctp2\c3ui.h
Modified: ctp2_code\ui\interface\loadsavemapscreen.cpp
Modified: ctp2_code\ui\interface\loadsavemapwindow.h
Revision 460 (trunk) Anet changes to enable hosting on XP.
Modified: ctp2_code\libs\anet\src\dp\dp2.c
Modified: ctp2_code\libs\anet\src\tca\tserv.c
Modified: ctp2_code\libs\anet\src\win\dp\enumapp.c
Modified: ctp2_code\libs\anet\src\win\winets\wstcp.c
|
|
|  |
 |
|
Fromafar
|
|
Revision 462 + 463 (trunk)
Repaired the "Script:slc:1290:Array index 0 out of bounds" and following "Array lookup City[0]" messages by adding the city data to the "too near to settle"-report.
Modified: ctp2_code\gs\gameobj\UnitData.cpp
Revision 462 had the wrong file (CityData.cpp) committed. Repaired with revision 463.
|
|
|  |
All times are GMT. The time now is 05:16. Apolyton Time is 00:16. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|