Am Freitag, 22. Dezember 2006 16:13 schrieb Roman:
> Author: troman
> Date: Fri Dec 22 16:13:04 2006
> New Revision: 547
>
> URL: http://svn.gna.org/viewcvs/warzone?rev=547&view=rev
> Log:
> -replaced some numbers scattered across the code with defines
> -when looking for a new target droids/structures will now take into
> consideration targets of the friendly droids/structures nearby
> -droids/structures are now constantly looking for the best target - will no
> longer lock on decoys/walls and other crappy targets forever -ALT+Space now
> opens a special debug window - set window text with setDebugMenuEntry()
> -minor cleanups
>
> Modified:
>     trunk/src/action.c
>     trunk/src/action.h
I hope stuff like NAYBOR_SKIP_FRAMES doesn't really use the _frames_ for 
calculation? If yes I strongly recommend using ticks instead as the fps can 
vary a lot...
If ticks are used it should be named NAYBOR_SKIP_TICKS and similar, of course.

>     trunk/src/ai.c
There are variables like "failure"... Shouldn't these be defines instead??
>     trunk/src/ai.h
>     trunk/src/combat.c
>     trunk/src/droid.c
>     trunk/src/droid.h
>     trunk/src/keybind.c
>     trunk/src/keybind.h
>     trunk/src/keymap.c
kf_FinishResearch got removed... Why?
>     trunk/src/multimenu.c
>     trunk/src/multimenu.h
>     trunk/src/order.c
>     trunk/src/scriptai.c
>     trunk/src/scriptfuncs.c
>     trunk/src/structure.c

--Dennis

Attachment: pgpfrcdpYlwwP.pgp
Description: PGP signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to