Revision 470
Changed paths:
M /branches/linux/BUGS
A /branches/linux/configure.ac (from /branches/linux/configure.in:461)
D /branches/linux/configure.in
M /branches/linux/ctp2_code/Makefile.am
M /branches/linux/ctp2_code/ctp/civ3_main.cpp
M /branches/linux/ctp2_code/gfx/Makefile.am
M /branches/linux/ctp2_code/gfx/spritesys/FacedSprite.cpp
M /branches/linux/ctp2_code/gfx/spritesys/Makefile.am
M /branches/linux/ctp2_code/gfx/spritesys/spriteutils.cpp
M /branches/linux/ctp2_code/gfx/tilesys/Makefile.am
M /branches/linux/ctp2_code/gs/Makefile.am
M /branches/linux/ctp2_code/gs/events
A /branches/linux/ctp2_code/gs/events/Makefile.am
M /branches/linux/ctp2_code/gs/fileio
M /branches/linux/ctp2_code/gs/fileio/GameFile.cpp
A /branches/linux/ctp2_code/gs/fileio/Makefile.am
M /branches/linux/ctp2_code/gs/newdb/Makefile.am
M /branches/linux/ctp2_code/gs/outcom
A /branches/linux/ctp2_code/gs/outcom/Makefile.am
M /branches/linux/ctp2_code/gs/utility
A /branches/linux/ctp2_code/gs/utility/Makefile.am
M /branches/linux/ctp2_code/gs/world
A /branches/linux/ctp2_code/gs/world/Makefile.am
M /branches/linux/ctp2_code/libs/anet/demo/gtest/gtest.c
M /branches/linux/ctp2_code/libs/anet/h/dpio.h
M /branches/linux/ctp2_code/libs/anet/src/dp/dp2.c
M /branches/linux/ctp2_code/libs/anet/src/dp/dpio.c
M /branches/linux/ctp2_code/libs/anet/src/dp/enumsrv2.c
M /branches/linux/ctp2_code/os/linux/civctp2.kdevelop
M /branches/linux/ctp2_code/ui/interface/controlpanelwindow.cpp
M /branches/linux/ctp2_code/ui/interface/sci_advancescreen.cpp
- Moved configure.in to configure.ac
- Updated BUGS
- Changed some 0s to NULLs when being assigned to pointers for clarity
- Corrected some errors in FacedSprite.cpp
- Removed some superfluous casts
- Added delete commands to free allocated memory in spriteutils.cpp
- Arranged for more helper libraries, and switched one away from libtool
management
- Added support for parsing the command line in Linux
- Added some variable initializations in anet
- Reverted some earlier changes to anet
- Corrected some errors in GameFile.cpp
- Reverted erroneous changes to casts in sci_advancescreen.cpp and
controlpanelwindow.
Changed paths:
M /branches/linux/BUGS
A /branches/linux/configure.ac (from /branches/linux/configure.in:461)
D /branches/linux/configure.in
M /branches/linux/ctp2_code/Makefile.am
M /branches/linux/ctp2_code/ctp/civ3_main.cpp
M /branches/linux/ctp2_code/gfx/Makefile.am
M /branches/linux/ctp2_code/gfx/spritesys/FacedSprite.cpp
M /branches/linux/ctp2_code/gfx/spritesys/Makefile.am
M /branches/linux/ctp2_code/gfx/spritesys/spriteutils.cpp
M /branches/linux/ctp2_code/gfx/tilesys/Makefile.am
M /branches/linux/ctp2_code/gs/Makefile.am
M /branches/linux/ctp2_code/gs/events
A /branches/linux/ctp2_code/gs/events/Makefile.am
M /branches/linux/ctp2_code/gs/fileio
M /branches/linux/ctp2_code/gs/fileio/GameFile.cpp
A /branches/linux/ctp2_code/gs/fileio/Makefile.am
M /branches/linux/ctp2_code/gs/newdb/Makefile.am
M /branches/linux/ctp2_code/gs/outcom
A /branches/linux/ctp2_code/gs/outcom/Makefile.am
M /branches/linux/ctp2_code/gs/utility
A /branches/linux/ctp2_code/gs/utility/Makefile.am
M /branches/linux/ctp2_code/gs/world
A /branches/linux/ctp2_code/gs/world/Makefile.am
M /branches/linux/ctp2_code/libs/anet/demo/gtest/gtest.c
M /branches/linux/ctp2_code/libs/anet/h/dpio.h
M /branches/linux/ctp2_code/libs/anet/src/dp/dp2.c
M /branches/linux/ctp2_code/libs/anet/src/dp/dpio.c
M /branches/linux/ctp2_code/libs/anet/src/dp/enumsrv2.c
M /branches/linux/ctp2_code/os/linux/civctp2.kdevelop
M /branches/linux/ctp2_code/ui/interface/controlpanelwindow.cpp
M /branches/linux/ctp2_code/ui/interface/sci_advancescreen.cpp
- Moved configure.in to configure.ac
- Updated BUGS
- Changed some 0s to NULLs when being assigned to pointers for clarity
- Corrected some errors in FacedSprite.cpp
- Removed some superfluous casts
- Added delete commands to free allocated memory in spriteutils.cpp
- Arranged for more helper libraries, and switched one away from libtool
management
- Added support for parsing the command line in Linux
- Added some variable initializations in anet
- Reverted some earlier changes to anet
- Corrected some errors in GameFile.cpp
- Reverted erroneous changes to casts in sci_advancescreen.cpp and
controlpanelwindow.
Comment