Technical support > Windows
Links for 2.3 Development Binaries - Full Builts & Incremental Builts Only
odie:
A new DEBUG version, complete clean rebuilt in codeblocks, R25372 has been compiled and is being uploaded to nakido now. (Last Complete Rebuilt of Maps will be as of earlier version R25358.)
Take note that this contains the shaders now
(that the /base/archives.bat has been updated to include those.)
It is being uploaded to nakido now and estimate will take another 2-3 hrs. (Now = 11.26am +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R25372 Developer's Built
*Please note that you will have to download the latest NAKIDO flag file and install to get uninterrupted / resume download functions. (As of Mondays ago - 29 June 2009)
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (1.36pm +8GMT)
DONE!
Revision notes from 25358 to 25372 (See notes below).
--- Code: ---* m_intensity (light ent) is an integer now
Friday, July 24, 2009 4:52 AM
tlh2000 * r25372 /ufoai/trunk/src/tools/radiant/plugins/entity/light.cpp: * m_intensity (light ent) is an integer now
* moved the QUANT-macros to routing.h
Friday, July 24, 2009 4:44 AM
aduke1 * r25371 /ufoai/trunk/src/ (common/routing.h shared/mathlib.h): * moved the QUANT-macros to routing.h
* cleanup in radiant code ** removed unused light entity observers ** removed...
Friday, July 24, 2009 4:41 AM
tlh2000 * r25370 /ufoai/trunk/src/tools/radiant/ (5 files in 3 dirs):
* cleanup in radiant code
** removed unused light entity observers
** removed some built in shaders
** moved light radius code from xy window code to camera window code and added it to the preferences page
* changed the way the lightradius is rendered (we still have to find a good approximation to get closer with the ufo2map results)
* removed some members of the light entity
* only render two light spheres, not three
* light radius toggle in menu, export to preferences (like "show names")
Friday, July 24, 2009 3:36 AM
RudolfoWood * r25369 /ufoai/trunk/src/tools/radiant/ (4 files in 3 dirs): * light radius toggle in menu, export to preferences (like "show names")
* removed USE_TRIANGLE_FAN
Friday, July 24, 2009 3:25 AM
tlh2000 * r25368 /ufoai/trunk/src/tools/radiant/plugins/entity/light.cpp: * removed USE_TRIANGLE_FAN
* secure that a) no key is set which is not applicable and b) choose color...
Friday, July 24, 2009 2:52 AM
RudolfoWood * r25367 /ufoai/trunk/src/tools/radiant/ (libs/entitylib.h radiant/entity.cpp): * secure that a) no key is set which is not applicable and b) choose color dialog is not shown if color is not applicable for selected entity
* don't search for classname, we know it
Friday, July 24, 2009 2:38 AM
RudolfoWood * r25366 /ufoai/trunk/src/tools/radiant/radiant/entity.cpp: * don't search for classname, we know it
* ups that was the wrong direction
Friday, July 24, 2009 2:34 AM
tlh2000 * r25365 /ufoai/trunk/src/tools/radiant/radiant/entity.cpp: * ups that was the wrong direction
* fixed color key for entities
Friday, July 24, 2009 2:31 AM
tlh2000 * r25364 /ufoai/trunk/src/tools/radiant/radiant/entity.cpp: * fixed color key for entities
* fixed entity color dialog
Friday, July 24, 2009 2:26 AM
tlh2000 * r25363 /ufoai/trunk/src/tools/radiant/radiant/entity.cpp: * fixed entity color dialog
* gettext marker
Friday, July 24, 2009 2:20 AM
tlh2000 * r25362 /ufoai/trunk/src/tools/radiant/radiant/gtkmisc.cpp: * gettext marker
* fix usage of gtk_entry_get_text_length (available with gtk version >=2.14)
Friday, July 24, 2009 1:50 AM
RudolfoWood * r25361 /ufoai/trunk/src/tools/radiant/radiant/sidebar/prefabs.cpp: * fix usage of gtk_entry_get_text_length (available with gtk version >=2.14)
* updated codeblocks and binutils
Thursday, July 23, 2009 2:51 PM
tlh2000 * r25360 /ufoai/trunk/contrib/scripts/codeblocks.sh: * updated codeblocks and binutils
* fixed pk3 file creation with the bat file - i will soon remove this mess and...
Thursday, July 23, 2009 2:26 PM
tlh2000 * r25359 /ufoai/trunk/base/archives.bat: * fixed pk3 file creation with the bat file - i will soon remove this mess and the windows users have to use the makefiles, too
* call building_ondestroy if we destory an aliencontainment (otherwise we have...
Thursday, July 23, 2009 6:27 AM
tlh2000 * r25358 /ufoai/trunk/base/ufos/basemanagement.ufo: * call building_ondestroy if we destory an aliencontainment (otherwise we have aliens in our base but no containment)
--- End code ---
Thyranim:
Broken Link? Empty URL ?
Ok, but found your file odie, so for all: here is the correct link for odie's built package:
UFOAI 2.3 R25372 Developer's Built
odie:
--- Quote from: Thyranim on July 24, 2009, 07:27:03 pm ---Broken Link? Empty URL ?
Ok, but found your file odie, so for all: here is the correct link for odie's built package:
UFOAI 2.3 R25372 Developer's Built
--- End quote ---
I dunnoe. I thnk something's not right with the url copy and paste .... i am using 3.5 Firefox.....
Aniwae, thanks, i fixed the link above. :D
odie:
A new DEBUG version, complete clean rebuilt in codeblocks, R25390 has been compiled and is being uploaded to nakido now. (Last Complete Rebuilt of Maps will be as of earlier version R25358.)
It is being uploaded to nakido now and estimate will take another 2-3 hrs. (Now = 12.53pm +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R25390 Developer's Built
*Please note that you will have to download the latest NAKIDO flag file and install to get uninterrupted / resume download functions. (As of Mondays ago - 29 June 2009)
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (3pm +8GMT)
DONE!
PS: This will also be my last upload for this week! Blessed weekend! :D
PS2: I know some ufo2map components, and i need recompile my maps soon again! Nx week ok? :D
Revision notes from 25372 to 25390 (See notes below).
--- Code: ---* Fixed not falling error in Grid_MoveMark.
Saturday, July 25, 2009 10:21 AM
wilminator * r25390 /ufoai/trunk/src/common/cmodel.c: * Fixed not falling error in Grid_MoveMark.
* readability bmin/bmax
Saturday, July 25, 2009 7:49 AM
aduke1 * r25389 /ufoai/trunk/src/common/routing.c: * readability bmin/bmax
* ufo2map -fix (levelflags, phongs unset for nodraw faces)
Saturday, July 25, 2009 5:16 AM
richlv * r25388 /ufoai/trunk/base/maps/office.map: * ufo2map -fix (levelflags, phongs unset for nodraw faces)
* update alien tranfer with textlist+linkedlist
Saturday, July 25, 2009 4:25 AM
bayo-fr * r25387 /ufoai/trunk/ (base/ufos/ui/geoscape.ufo src/client/campaign/cp_transfer.c): * update alien tranfer with textlist+linkedlist
* update irc users with textlist+linkedlist
Saturday, July 25, 2009 4:22 AM
bayo-fr * r25386 /ufoai/trunk/ (4 files in 3 dirs): * update irc users with textlist+linkedlist
* update market with textlist+linkedlist
Saturday, July 25, 2009 4:22 AM
bayo-fr * r25385 /ufoai/trunk/ (3 files in 2 dirs): * update market with textlist+linkedlist
* selection changed listener for updating menu item sensitivity for entity menu...
Saturday, July 25, 2009 3:41 AM
RudolfoWood * r25384 /ufoai/trunk/src/tools/radiant/radiant/entity.cpp:
* selection changed listener for updating menu item sensitivity for entity menu
mattn: please check condition for group/ungroup
* update uforecovery with textlist+linkedlist
Saturday, July 25, 2009 3:24 AM
bayo-fr * r25383 /ufoai/trunk/ (2 files in 2 dirs): * update uforecovery with textlist+linkedlist
* console message when we autoclose the window
Saturday, July 25, 2009 1:42 AM
bayo-fr * r25382 /ufoai/trunk/src/client/menu/node/m_node_material_editor.c: * console message when we autoclose the window
* update text->textlist
Saturday, July 25, 2009 1:04 AM
bayo-fr * r25381 /ufoai/trunk/base/ufos/ui/aircraft_equip.ufo: * update text->textlist
* update aircraftlist with textlist+linkedlist
Saturday, July 25, 2009 12:59 AM
bayo-fr * r25380 /ufoai/trunk/ (3 files in 2 dirs): * update aircraftlist with textlist+linkedlist
* update text->textlist * remove a mousefx * add comment about tabbed text
Saturday, July 25, 2009 12:43 AM
bayo-fr * r25379 /ufoai/trunk/base/ufos/ui/basedefence.ufo:
* update text->textlist
* remove a mousefx
* add comment about tabbed text
* remove mousefx
Saturday, July 25, 2009 12:36 AM
bayo-fr * r25378 /ufoai/trunk/base/ufos/ui/buildings.ufo: * remove mousefx
* update material editor list with textlist+linkedlist * tag some tabbed text...
Saturday, July 25, 2009 12:06 AM
bayo-fr * r25377 /ufoai/trunk/ (4 files in 2 dirs):
* update material editor list with textlist+linkedlist
* tag some tabbed text into GUI scripts
* update tutorial list with textlist+linkedlist
Friday, July 24, 2009 11:52 PM
bayo-fr * r25376 /ufoai/trunk/ (base/ufos/ui/tutorials.ufo src/client/cl_tutorials.c): * update tutorial list with textlist+linkedlist
* update campaign list with textlist+linkedlist
Friday, July 24, 2009 11:45 PM
bayo-fr * r25375 /ufoai/trunk/ (base/ufos/ui/campaign.ufo src/client/cl_game_campaign.c): * update campaign list with textlist+linkedlist
* update production GUI data with linkedlist * update production GUI with...
Friday, July 24, 2009 11:34 PM
bayo-fr * r25374 /ufoai/trunk/ (2 files in 2 dirs):
* update production GUI data with linkedlist
* update production GUI with textlist
* support textalign per cells (textlist node) ** default value is middle-left *...
Friday, July 24, 2009 11:20 PM
bayo-fr * r25373 /ufoai/trunk/src/client/menu/ (8 files in 2 dirs):
* support textalign per cells (textlist node)
** default value is middle-left
* remove node from MN_DrawStringInBox
* m_intensity (light ent) is an integer now
Friday, July 24, 2009 4:52 AM
tlh2000 * r25372 /ufoai/trunk/src/tools/radiant/plugins/entity/light.cpp: * m_intensity (light ent) is an integer now
--- End code ---
odie:
A new DEBUG version, complete clean rebuilt in codeblocks, R25447 is compiled and is being uploaded to nakido now. (Last Complete Rebuilt of Maps will be as of this version R25447.)
It is being uploaded to nakido and estimate will take another ~2-3 hrs. (Now = 3.23pm +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R25447 Developer's Built
*Please note that you will have to download the latest NAKIDO flag file and install to get uninterrupted / resume download functions. (Current version as of Mondays ago - 29 June 2009)
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (3.59pm +8GMT)
DONE!
I am also including my recompilation of the maps, as of this revision, R25447 here.
It includes the SVN files as well as the bsp (compiled files).
From now, I will be using 7zip technology to archive it (for common process synchronization).
UFOAI R25447 Maps - File size is ~75MB but requires 785,080,963 bytes (or 748.712 MB) for full decompression.
(Currently 100% Done) (3.58pm +8GMT)
See summary of archive in the attached pic below.
Revision notes from 25390 to 25447 (See notes below).
(In a nutshell, highly recommended to download as new prefabs, stairs and quite a bit of maps related stuff, including lighting are updated. Also seen some reworks of the music and intro. Seemed better! Tons of firebirds and crafts related updates too.)
--- Code: ---* fixed skin path
Monday, July 27, 2009 6:12 AM
tlh2000 * r25447 /ufoai/trunk/base/models/objects/vegi/tree_dead/tree_dead.md2: * fixed skin path
* fixed skin path
Monday, July 27, 2009 6:11 AM
tlh2000 * r25446 /ufoai/trunk/base/models/objects/vegi/plants/ (plant.md2 plant1.md2): * fixed skin path
* converted bmp to png * moved ugv_wheel into seperate directory
Monday, July 27, 2009 6:10 AM
tlh2000 * r25445 /ufoai/trunk/base/models/ (7 files in 3 dirs):
* converted bmp to png
* moved ugv_wheel into seperate directory
* moved models from data_source into trunk
Monday, July 27, 2009 6:07 AM
tlh2000 * r25444 /ufoai/ (32 files in 13 dirs): * moved models from data_source into trunk
* here popupListData is never registred into dataid
Monday, July 27, 2009 5:35 AM
bayo-fr * r25443 /ufoai/trunk/src/client/campaign/cp_popup.c: * here popupListData is never registred into dataid
* new prefab
Monday, July 27, 2009 5:30 AM
tlh2000 * r25442 /ufoai/trunk/radiant/prefabs/misc/ (pipes2.jpg pipes2.map): * new prefab
* move popupListText from global to local var
Monday, July 27, 2009 5:30 AM
bayo-fr * r25441 /ufoai/trunk/src/client/cl_hud.c: * move popupListText from global to local var
* two new prefabs
Monday, July 27, 2009 5:26 AM
tlh2000 * r25440 /ufoai/trunk/radiant/prefabs/misc/ (garbagecan.jpg garbagecan.map hovercraft.jpg hovercraft.map): * two new prefabs
* new prefabs
Monday, July 27, 2009 5:14 AM
tlh2000 * r25439 /ufoai/trunk/radiant/prefabs/ (8 files in 2 dirs): * new prefabs
* new prefab
Monday, July 27, 2009 4:45 AM
tlh2000 * r25438 /ufoai/trunk/radiant/prefabs/misc/ (console.jpg console.map): * new prefab
* two new barrel prefabs
Monday, July 27, 2009 4:37 AM
tlh2000 * r25437 /ufoai/trunk/radiant/prefabs/misc/ (barrel3.jpg barrel3.map barrel4.jpg barrel4.map): * two new barrel prefabs
* rescaled models
Monday, July 27, 2009 4:26 AM
tlh2000 * r25436 /ufoai/trunk/base/models/objects/industrial/ (cond.md2 console/cabels.md2 console/console.md2 fan/fan.md2): * rescaled models
* new car prefabs
Monday, July 27, 2009 4:25 AM
tlh2000 * r25435 /ufoai/trunk/radiant/prefabs/cars/ (car2.jpg car2.map puma.jpg puma.map): * new car prefabs
* removed car5 (duplicate)
Monday, July 27, 2009 4:24 AM
tlh2000 * r25434 /ufoai/trunk/base/models/objects/cars/car5/: * removed car5 (duplicate)
* reexported to md2
Monday, July 27, 2009 4:14 AM
tlh2000 * r25433 /ufoai/trunk/base/models/objects/cars/car5/ (car5.md2 car5.obj): * reexported to md2
* fixed skinpath
Monday, July 27, 2009 4:06 AM
tlh2000 * r25432 /ufoai/trunk/base/models/objects/cars/jeep/jeep.md2: * fixed skinpath
* reexported jeep model (reduced vertex count from over 3000 to round 500) *...
Monday, July 27, 2009 4:05 AM
tlh2000 * r25431 /ufoai/trunk/base/models/objects/cars/ (jeep/jeep.md2 puma/puma.md2 puma/puma.obj):
* reexported jeep model (reduced vertex count from over 3000 to round 500)
* converted puma from obj to md2 and rescaled
* streetlight prefab * updated stair prefab
Monday, July 27, 2009 3:52 AM
tlh2000 * r25430 /ufoai/trunk/radiant/prefabs/misc/ (stair.jpg stair.map streetlight2.jpg streetlight2.map):
* streetlight prefab
* updated stair prefab
* changed skinpath
Monday, July 27, 2009 3:45 AM
tlh2000 * r25429 /ufoai/trunk/base/models/objects/city/light/ (light.md2 light1.md2 light2.md2): * changed skinpath
* removed unused images * split streetlight model
Monday, July 27, 2009 3:44 AM
tlh2000 * r25428 /ufoai/trunk/base/models/objects/city/light/ (9 files):
* removed unused images
* split streetlight model
* moved model from data_source into trunk and copied normalmap of a model from...
Monday, July 27, 2009 3:08 AM
tlh2000 * r25427 /ufoai/ (3 files in 3 dirs): * moved model from data_source into trunk and copied normalmap of a model from data_source into trunk
* moved some models from data_source into trunk
Monday, July 27, 2009 3:02 AM
tlh2000 * r25426 /ufoai/ (23 files in 8 dirs): * moved some models from data_source into trunk
* fixed ufo_figher rotation and position in some maps
Monday, July 27, 2009 2:38 AM
tlh2000 * r25425 /ufoai/trunk/base/maps/ (4 files in 4 dirs): * fixed ufo_figher rotation and position in some maps
* ufo_fighter prefab
Monday, July 27, 2009 2:32 AM
tlh2000 * r25424 /ufoai/trunk/base/maps/ (farm/f_craft_ufo_fighter.map forest/fr_craft_ufo_fighter.map): * ufo_fighter prefab
* added lights to prefab
Monday, July 27, 2009 2:30 AM
tlh2000 * r25423 /ufoai/trunk/radiant/prefabs/ufos/ufo_fighter.map: * added lights to prefab
* ufo_fighter prefab
Monday, July 27, 2009 2:27 AM
tlh2000 * r25422 /ufoai/trunk/base/maps/tropic/tr_craft_ufo_fighter.map: * ufo_fighter prefab
* fixed prefabs
Monday, July 27, 2009 2:24 AM
tlh2000 * r25421 /ufoai/trunk/radiant/prefabs/vegetation/ (palm2.map palm3.map): * fixed prefabs
* use new ufo_fighter prefab and fixed some alien starting positions inside of...
Monday, July 27, 2009 2:18 AM
tlh2000 * r25420 /ufoai/trunk/base/maps/ (city_train.map laboratory/lab_main.map lake_ice_big.map): * use new ufo_fighter prefab and fixed some alien starting positions inside of actorclips
* updated with new fighter model
Monday, July 27, 2009 1:59 AM
tlh2000 * r25419 /ufoai/trunk/base/maps/farm.map: * updated with new fighter model
* updated prefab
Monday, July 27, 2009 1:55 AM
tlh2000 * r25418 /ufoai/trunk/radiant/prefabs/ufos/ufo_fighter.map: * updated prefab
* rotated the ufo_fighter models (maps and prefabs are still missing)
Monday, July 27, 2009 1:42 AM
tlh2000 * r25417 /ufoai/trunk/base/models/aircraft/ufo_fighter/ (6 files): * rotated the ufo_fighter models (maps and prefabs are still missing)
* updated firebirds
Monday, July 27, 2009 1:15 AM
tlh2000 * r25416 /ufoai/trunk/base/maps/ (10 files in 8 dirs): * updated firebirds
* updated firebirds
Monday, July 27, 2009 12:57 AM
tlh2000 * r25415 /ufoai/trunk/base/maps/ (oriental_mosque.map resort.map scout_crash.map): * updated firebirds
* updated firebirds
Monday, July 27, 2009 12:41 AM
tlh2000 * r25414 /ufoai/trunk/base/maps/ (14 files in 10 dirs): * updated firebirds
* updated firebirds
Monday, July 27, 2009 12:17 AM
tlh2000 * r25413 /ufoai/trunk/base/maps/ (17 files in 14 dirs): * updated firebirds
* update mail message with a floating window
Sunday, July 26, 2009 11:47 PM
bayo-fr * r25412 /ufoai/trunk/ (2 files in 2 dirs): * update mail message with a floating window
* updated prefabs
Sunday, July 26, 2009 10:19 PM
tlh2000 * r25411 /ufoai/trunk/radiant/prefabs/ (dropships/drop_firebird.map interceptors/inter_stiletto.map): * updated prefabs
* removed glass models (which are now merged with the craft model) * NOTE: The...
Sunday, July 26, 2009 9:48 PM
tlh2000 * r25410 /ufoai/trunk/base/maps/ (44 files in 31 dirs):
* removed glass models (which are now merged with the craft model)
* NOTE: The rotation is not yet fixed
* reexported
Sunday, July 26, 2009 9:41 PM
tlh2000 * r25409 /ufoai/trunk/base/models/aircraft/inter_stiletto/stiletto.md2: * reexported
* removed glass model from stiletto interceptor
Sunday, July 26, 2009 9:38 PM
tlh2000 * r25408 /ufoai/trunk/base/ufos/models.ufo: * removed glass model from stiletto interceptor
* merged glass model and texture with basic model and texture of the interceptor
Sunday, July 26, 2009 9:38 PM
tlh2000 * r25407 /ufoai/trunk/base/models/aircraft/inter_stiletto/ (4 files): * merged glass model and texture with basic model and texture of the interceptor
* changed skin path
Sunday, July 26, 2009 9:31 PM
tlh2000 * r25406 /ufoai/trunk/base/models/aircraft/inter_stiletto/ (stiletto_engines.jpg stiletto_engines.md2): * changed skin path
* readded ufo to credits sequence * removed glass model from menu_model...
Sunday, July 26, 2009 9:26 PM
tlh2000 * r25405 /ufoai/trunk/base/ufos/ (models.ufo seq_credits.ufo):
* readded ufo to credits sequence
* removed glass model from menu_model definition for dropship
* updated prefab to reflect changes on the dropship model
Sunday, July 26, 2009 9:23 PM
tlh2000 * r25404 /ufoai/trunk/radiant/prefabs/dropships/ (drop_firebird.jpg drop_firebird.map): * updated prefab to reflect changes on the dropship model
* merged glass model and texture with basic model and texture of the dropship
Sunday, July 26, 2009 9:15 PM
tlh2000 * r25403 /ufoai/trunk/base/models/aircraft/drop_firebird/ (5 files): * merged glass model and texture with basic model and texture of the dropship
* remove mn_push_copy ** only one use for the ufopedia (and IMO not need) **...
Sunday, July 26, 2009 8:33 PM
bayo-fr * r25402 /ufoai/trunk/src/client/ (campaign/cp_ufopedia.c menu/m_menus.c):
* remove mn_push_copy
** only one use for the ufopedia (and IMO not need)
** can't work
* seperated sequence binding from geoscape bindings
Sunday, July 26, 2009 7:43 PM
tlh2000 * r25401 /ufoai/trunk/base/keys.cfg: * seperated sequence binding from geoscape bindings
* only esc stops cinematic and cutscene * mouseclick now only ends the wait of a...
Sunday, July 26, 2009 7:38 PM
tlh2000 * r25400 /ufoai/trunk/ (5 files in 3 dirs):
* only esc stops cinematic and cutscene
* mouseclick now only ends the wait of a sequence, not the whole sequence
* changed menu keybindings (update your keys.cfg to make this work)
* doxygen
* new intro animation version by Vio (see...
Sunday, July 26, 2009 2:58 PM
tlh2000 * r25399 /ufoai/trunk/base/ufos/seq_intro.ufo: * new intro animation version by Vio (see http://ufoai.ninex.info/forum/index.php?topic=3896.msg29005#msg29005 )
* add textlist for selected transferable element
Sunday, July 26, 2009 4:36 AM
bayo-fr * r25398 /ufoai/trunk/ (4 files in 3 dirs): * add textlist for selected transferable element
* const + reduced scope
Sunday, July 26, 2009 2:57 AM
tlh2000 * r25397 /ufoai/trunk/src/client/cl_sequence.c: * const + reduced scope
* patch from the forum (...
Sunday, July 26, 2009 2:49 AM
tlh2000 * r25396 /ufoai/trunk/base/ufos/seq_intro.ufo: * patch from the forum ( http://ufoai.ninex.info/forum/index.php?topic=3896.0;topicseen ) which modifies the intro sequence
* split transfer list into 2 * @todo we should add another column for the main...
Saturday, July 25, 2009 7:49 PM
bayo-fr * r25395 /ufoai/trunk/ (4 files in 3 dirs):
* split transfer list into 2
* @todo we should add another column for the main list
* fix missing classnames
Saturday, July 25, 2009 7:06 PM
RudolfoWood * r25394 /ufoai/trunk/base/maps/farm/ (f_farmhouse_a.map f_farmhouse_b.map): * fix missing classnames
* classname attribute may be set even if there is no definition
Saturday, July 25, 2009 6:27 PM
RudolfoWood * r25393 /ufoai/trunk/src/tools/radiant/libs/entitylib.h: * classname attribute may be set even if there is no definition
* fix "flying soldier" * fix vil_r03.map
Saturday, July 25, 2009 5:51 PM
Kildor * r25392 /ufoai/trunk/base/maps/village/ (vil_craft_drop_firebird.map vil_r03.map):
* fix "flying soldier"
* fix vil_r03.map
* some fixes by duke (feedback is welcome duke)
Saturday, July 25, 2009 2:02 PM
tlh2000 * r25391 /ufoai/trunk/base/maps/farm/ (f_farmhouse_a.map f_farmhouse_b.map): * some fixes by duke (feedback is welcome duke)
* Fixed not falling error in Grid_MoveMark.
Saturday, July 25, 2009 10:21 AM
wilminator * r25390 /ufoai/trunk/src/common/cmodel.c: * Fixed not falling error in Grid_MoveMark.
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version