@Rockwolf
an amd k10
CPU Layer 1 cache Line size 64byte
CPU Layer 1 cache size 64kbyte
CPU Layer 2 cache size 512kbyte
Leave this field at unknows if you are not shure
you will loose only marginal speed
=== again an update ================================
I've merged both scripts into one
You now need only make_UfoAI_win32.exe
No need to extract a zip ...
wikimake_UfoAI_win32.exeadded- version number
- update routine
- merged both scripts into one
- ufo2map source monitoring
- a MessageBox was added into NSIS if you build a small installer (where to get the source files)
changed- 7zan.exe not used any more
- relative path in md5 files
- the name of the compiled script changed (the last time)
- small wiki changes
- log file is not any more overwritten
- all md5 fileas are stored in the same directory as make_UfoAI_win32.exe (not on \contrib\scripts any more)
bugI've added 2 new routines
update routine
ufo2map source monitoring
The update routine check by every start if there is a new revision available
If yes the new revision is downloaded into %tmp% and a helper file is called (wait_copy_run.exe)
This helper file wait until the script terminates itself
copy the new revision over your existing one
and run it
The ufo2map source monitoring routine
will help users to stay up2date with there maps (*.bsp) witout cleaning all maps by hand (even if not necessary)
To activate this routine checkbox clean must be unchecked
This routine clean all maps only if a sourcefile of ufo2map.exe has changed (all *.bsp files will be deleted)
if not it will use ufo2map_last_build.md5 to determine which *.map file has changed since the last svn update
and delete the corresponding *.bsp file
In this case only changed maps will be build and the map compilation process is dramatically shorten
I've made a flowchart
map_last_build.md5 ( stores the path, name and md5hash of all *.map files from the last successful mapcompilation )
ufo2map_last_build.md5 ( stores the path, name and md5hash of all *.h *.c files from the last successful mapcompilation )
ufo2map.cbp ( contain all information to build ufo2map.exe [*.h *.c] )