CVS: Commit Log for 2001-11-26
Build Manager <[email protected]> Mon, 26 Nov 2001 00:00:04 GMT
| Newsgroups | gmane.games.freeciv.java |
|---|---|
| Message-ID | <[email protected]> |
--------------------------------------------------------- briand:cvs on Sun Nov 25 23:09:07 GMT 2001 Update of /jfreeciv/src/org/freeciv/client/action In directory balveda.dubh.org:/home/tmp/cvs-serv21559/org/freeciv/client/action Added Files: UACTMoveWest.java UACTMoveSouth.java UACTMoveNorth.java UACTMoveEast.java Log Message: Not used yet, but starting work on getting units to actually move :) --------------------------------------------------------- briand:cvs on Sun Nov 25 23:10:58 GMT 2001 Update of /jfreeciv/src/org/freeciv/client In directory balveda.dubh.org:/home/tmp/cvs-serv21651/org/freeciv/client Modified Files: TileSpec.java Log Message: Use alpha compositing for fog of war rather than the ugly dithered bitmap mechanism used by the C client. The fog looks much nicer now :) Fix river outlets: stop lakes appearing in the sea Fix specials (resources): now being displayed properly on map --------------------------------------------------------- briand:cvs on Sun Nov 25 23:11:17 GMT 2001 Update of /jfreeciv/src/org/freeciv/client/handler In directory balveda.dubh.org:/home/tmp/cvs-serv21659/org/freeciv/client/handler Modified Files: ClientPacketDispacher.java Log Message: Tidy up / reformatting code --------------------------------------------------------- briand:cvs on Sun Nov 25 23:11:59 GMT 2001 Update of /jfreeciv/src/org/freeciv/client In directory balveda.dubh.org:/home/tmp/cvs-serv21713/org/freeciv/client Modified Files: Client.java Log Message: Add createPacket() method. This is the "official" way to create a packet you want to send to the server. --------------------------------------------------------- briand:cvs on Sun Nov 25 23:12:16 GMT 2001 Update of /jfreeciv/src/org/freeciv/common In directory balveda.dubh.org:/home/tmp/cvs-serv21722/org/freeciv/common Modified Files: Assert.java Log Message: Allow assertion failures with exceptions --------------------------------------------------------- briand:cvs on Sun Nov 25 23:12:37 GMT 2001 Update of /jfreeciv/src/org/freeciv/client/action In directory balveda.dubh.org:/home/tmp/cvs-serv21749/org/freeciv/client/action Modified Files: AbstractClientAction.java Log Message: Add code to get the modifier for the numeric keyboard in a way that doesn't break on Java 1.3