Technical support > Windows
Links for 2.3 Development Binaries - Full Builts & Incremental Builts Only
Destructavator:
A screenshot along with what map/mission you're on would be helpful (in a separate thread please, as we're already cluttering up this one with comments, this thread is really just for links to download).
odie:
Dear Another Guy and Destructavator and all:
Please leave this thread clean and limit to download links please. Thanks.
If have references to comments, please move to different threads.
--- Quote from: Destructavator on June 21, 2009, 05:44:34 am ---A screenshot along with what map/mission you're on would be helpful (in a separate thread please, as we're already cluttering up this one with comments, this thread is really just for links to download).
--- End quote ---
Destructavator:
Thanks for helping to maintain order. :D
To: Mod,
Kindly shift some of these non-related threads to off thread pls. Thanks.
:D
odie:
A new DEBUG version, complete clean rebuilt in codeblocks, R24791 is compiled and uploaded to nakido. (Last Complete Rebuilt of Maps as of R24761)
It is uploaded to nakido now and will take another 2-3 hrs. (Now = 11.39am +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R24791 Developer's Built
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (5.29pm +8GMT)
DONE!
Revision notes from 24765 to 24791 (See attached file or see below).
--- Code: ---* set production.idx on loadgame
Monday, June 22, 2009 3:53 AM
geever * r24791 /ufoai/trunk/src/client/campaign/cp_produce.c: * set production.idx on loadgame
* fixed levelflags
Monday, June 22, 2009 3:13 AM
tlh2000 * r24790 /ufoai/trunk/base/maps/city_train.map: * fixed levelflags
* heightmaps
Monday, June 22, 2009 3:11 AM
tlh2000 * r24789 /ufoai/data_source/images/textures/tex_mattn/ (floor009_height.tga floor010_height.tga floor011_height.tga): * heightmaps
* normalmaps
Monday, June 22, 2009 3:10 AM
tlh2000 * r24788 /ufoai/trunk/base/textures/tex_mattn/ (floor009_nm.tga floor010_nm.tga floor011_nm.tga): * normalmaps
* fix selected line on priority change
Monday, June 22, 2009 2:19 AM
geever * r24787 /ufoai/trunk/src/client/campaign/cp_produce_callbacks.c: * fix selected line on priority change
* heigthmap
Monday, June 22, 2009 2:10 AM
tlh2000 * r24786 /ufoai/data_source/images/textures/tex_mattn/crate001_height.tga: * heigthmap
* normalmap
Monday, June 22, 2009 2:09 AM
tlh2000 * r24785 /ufoai/trunk/base/textures/tex_mattn/crate001_nm.tga: * normalmap
* fixed EV_ACTOR_DIE event
Monday, June 22, 2009 1:36 AM
tlh2000 * r24784 /ufoai/trunk/src/client/events/e_main.c: * fixed EV_ACTOR_DIE event
* doxygen
Monday, June 22, 2009 1:17 AM
tlh2000 * r24783 /ufoai/trunk/src/client/events/event/actor/e_event_actordie.c: * doxygen
* doxygen
Monday, June 22, 2009 1:13 AM
tlh2000 * r24782 /ufoai/trunk/ (5 files in 2 dirs): * doxygen
* count and number detected ufos ("UFO #4"), store last detection time
Sunday, June 21, 2009 7:51 PM
geever * r24781 /ufoai/trunk/src/client/campaign/ (5 files): * count and number detected ufos ("UFO #4"), store last detection time
* check RAW type when we set a property ** fix lack with node casts
Sunday, June 21, 2009 7:34 PM
bayo-fr * r24780 /ufoai/trunk/src/client/menu/ (m_actions.c m_actions.h m_parse.c):
* check RAW type when we set a property
** fix lack with node casts
* ui script cleanu/optimisation ** a string must use quote (at least for...
Sunday, June 21, 2009 6:07 PM
bayo-fr * r24779 /ufoai/trunk/ (2 files in 2 dirs):
* ui script cleanu/optimisation
** a string must use quote (at least for expressions)
** "*cvar:foo" (with quotes) is a string, not a cvar
** number are parsed as float
** we can use "true"/"false" (without quote) for 0 and 1
** parse error for unmatched tokens
* moved into contrib
Sunday, June 21, 2009 2:30 PM
tlh2000 * r24778 /ufoai/trunk/ (4 files in 2 dirs): * moved into contrib
* recompress with pngcrush for ~ 25% size reduction
Sunday, June 21, 2009 7:13 AM
richlv * r24777 /ufoai/trunk/inheritance.png: * recompress with pngcrush for ~ 25% size reduction
* recompress images with pngcrush, with gains varying from very small to 28.3%
Sunday, June 21, 2009 7:04 AM
richlv * r24776 /ufoai/trunk/ (23 files in 15 dirs): * recompress images with pngcrush, with gains varying from very small to 28.3%
* ui script cleanup
Sunday, June 21, 2009 4:53 AM
geever * r24775 /ufoai/trunk/base/ufos/ui/ (aircraft_equip.ufo options.ufo): * ui script cleanup
* recompress images with pngcrush, ~ 9% gains
Sunday, June 21, 2009 4:45 AM
richlv * r24774 /ufoai/trunk/base/pics/ (8 files in 2 dirs): * recompress images with pngcrush, ~ 9% gains
* recompress images with pngcrush, average gains > 20%
Sunday, June 21, 2009 4:21 AM
richlv * r24773 /ufoai/trunk/base/pics/nations/ (8 files): * recompress images with pngcrush, average gains > 20%
* quote strings in conditions * unquote cvars
Sunday, June 21, 2009 4:08 AM
bayo-fr * r24772 /ufoai/trunk/ (43 files in 2 dirs):
* quote strings in conditions
* unquote cvars
* remove "mn_textscroll" from ufopedia
Sunday, June 21, 2009 3:38 AM
bayo-fr * r24771 /ufoai/trunk/base/ufos/ui/ufopedia.ufo: * remove "mn_textscroll" from ufopedia
* UI fixes for buildings screen (cvar cleanup, scrollbar)
Sunday, June 21, 2009 3:15 AM
geever * r24770 /ufoai/trunk/ (2 files in 2 dirs): * UI fixes for buildings screen (cvar cleanup, scrollbar)
* fix bug with listener * allow to call a node event ("call node@onClick", it is...
Sunday, June 21, 2009 1:07 AM
bayo-fr * r24769 /ufoai/trunk/ (3 files in 2 dirs):
* fix bug with listener
* allow to call a node event ("call node@onClick", it is a direct call, not an event send by the core ui code)
* use it to create some unittests
* svn copyright tag
Saturday, June 20, 2009 11:50 PM
tlh2000 * r24768 /ufoai/trunk/base/models/objects/abrams/ (abrams.obj abrams.tga abrams_bump.tga abrams_spec.tga): * svn copyright tag
* abrams tank model and textures
Saturday, June 20, 2009 11:31 PM
tlh2000 * r24767 /ufoai/trunk/base/models/objects/abrams/ (. abrams.obj abrams.tga abrams_bump.tga abrams_spec.tga): * abrams tank model and textures
* some minor ui fixes
Saturday, June 20, 2009 4:26 PM
geever * r24766 /ufoai/trunk/base/ufos/ui/aircraft_equip.ufo: * some minor ui fixes
* deref inner actions allocation
Saturday, June 20, 2009 3:14 AM
bayo-fr * r24765 /ufoai/trunk/src/client/menu/m_parse.c: * deref inner actions allocation
--- End code ---
[attachment deleted by admin]
odie:
Wohoooo! Its almost 24800 Revisions!
A new DEBUG version, complete clean rebuilt in codeblocks, R24799 is compiled and being uploaded to nakido. (Last Complete Rebuilt of Maps as of R24761)
It is being uploaded to nakido now and will take another 2-3 hrs. (Now = 12.45pm +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R24799 Developer's Built
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (12.45pm +8GMT)
DONE!
Revision notes from 24791 to 24799 (See attached file or see below).
--- Code: ---* circumventing the prob with RT_CalcNewZ()
Tuesday, June 23, 2009 4:55 AM
aduke1 * r24799 /ufoai/trunk/src/common/routing.c: * circumventing the prob with RT_CalcNewZ()
* minor cleanup
Tuesday, June 23, 2009 3:59 AM
tlh2000 * r24798 /ufoai/trunk/src/client/events/e_main.c: * minor cleanup
* should fix the bloodspider weapon (precache) bug
Tuesday, June 23, 2009 3:28 AM
tlh2000 * r24797 /ufoai/trunk/ (4 files in 4 dirs): * should fix the bloodspider weapon (precache) bug
* camel case and cleanup
Tuesday, June 23, 2009 3:20 AM
tlh2000 * r24796 /ufoai/trunk/src/client/ (9 files in 3 dirs): * camel case and cleanup
* readded pk3 files that were removed in 24485 by accident to the ufoai-data...
Tuesday, June 23, 2009 3:10 AM
tlh2000 * r24795 /ufoai/trunk/debian/ufoai-data.install:
* readded pk3 files that were removed in 24485 by accident to the ufoai-data package again
* added 0videos and 0shaders, too
* modified the icon for the new selection mode a little bit
Tuesday, June 23, 2009 2:59 AM
tlh2000 * r24794 /ufoai/trunk/radiant/bitmaps/selection_selectallsametex.bmp: * modified the icon for the new selection mode a little bit
* "select all of same tex" also as toolbar icon (needs better image)
Tuesday, June 23, 2009 1:24 AM
RudolfoWood * r24793 /ufoai/trunk/src/tools/radiant/radiant/toolbars.cpp: * "select all of same tex" also as toolbar icon (needs better image)
* copy of selection_selectcompletetall.bmp as placeholder for better image
Tuesday, June 23, 2009 1:23 AM
RudolfoWood * r24792 /ufoai/trunk/radiant/bitmaps/selection_selectallsametex.bmp: * copy of selection_selectcompletetall.bmp as placeholder for better image
* set production.idx on loadgame
Monday, June 22, 2009 3:53 AM
geever * r24791 /ufoai/trunk/src/client/campaign/cp_produce.c: * set production.idx on loadgame
--- End code ---
[attachment deleted by admin]
odie:
A new DEBUG version, complete clean rebuilt in codeblocks, R24810 is compiled and being uploaded to nakido. (Last Complete Rebuilt of Maps as of R24761)
It is being uploaded to nakido now and will take another 2-3 hrs. (Now = 11.59am +8GMT).
The file, when ready, will be at this:
UFOAI 2.3 R24810 Developer's Built
I will have an acknowledgement once this is done. =)
(Currently 100% Done) (5.30pm +8GMT)
DONE!
Revision notes from 24799 to 24810 (See attached file or see below).
--- Code: ---* splitted into several parts and rescaled
Wednesday, June 24, 2009 5:05 AM
tlh2000 * r24810 /ufoai/trunk/base/models/objects/abrams/ (4 files): * splitted into several parts and rescaled
* vertex normals * rescale * TODO: Split this into two modelparts and check the...
Wednesday, June 24, 2009 4:49 AM
tlh2000 * r24809 /ufoai/trunk/base/models/objects/abrams/abrams.obj:
* vertex normals
* rescale
* TODO: Split this into two modelparts and check the scaling ingame
* fixed actor movement event time until new event system is fully implemented...
Wednesday, June 24, 2009 3:52 AM
tlh2000 * r24808 /ufoai/trunk/src/client/ (7 files in 3 dirs): * fixed actor movement event time until new event system is fully implemented (deactivates multiple soldier movement at the same time)
* autofix mn_active when we start the game
Wednesday, June 24, 2009 3:45 AM
bayo-fr * r24807 /ufoai/trunk/src/client/menu/m_menus.c: * autofix mn_active when we start the game
* we dont need to go back to "main" stack if we are already on this stack
Wednesday, June 24, 2009 3:35 AM
bayo-fr * r24806 /ufoai/trunk/src/client/cl_game.c: * we dont need to go back to "main" stack if we are already on this stack
* game_exit here mean nothing
Wednesday, June 24, 2009 3:25 AM
bayo-fr * r24805 /ufoai/trunk/base/ufos/ui/singleplayer.ufo: * game_exit here mean nothing
* get rid of updateKeyCombo datacallback function * renamed updateValueCombo to...
Wednesday, June 24, 2009 3:22 AM
RudolfoWood * r24804 /ufoai/trunk/src/tools/radiant/radiant/sidebar/entityinspector.cpp:
* get rid of updateKeyCombo datacallback function
* renamed updateValueCombo to valueEditingStarted
* combo model list stores are initialized only once
* remove todo, mn_main is private
Wednesday, June 24, 2009 3:05 AM
bayo-fr * r24803 /ufoai/trunk/src/client/cl_main.c: * remove todo, mn_main is private
* fix typo in default and type definition for maxteams attribute in workdspawn
Wednesday, June 24, 2009 3:01 AM
RudolfoWood * r24802 /ufoai/trunk/base/ufos/entities.ufo: * fix typo in default and type definition for maxteams attribute in workdspawn
* not need to know the name of the menu here
Wednesday, June 24, 2009 2:58 AM
bayo-fr * r24801 /ufoai/trunk/src/client/menu/m_menus.c: * not need to know the name of the menu here
* fix changeable progressbar
Wednesday, June 24, 2009 12:54 AM
geever * r24800 /ufoai/trunk/base/ufos/ui/research.ufo: * fix changeable progressbar
* circumventing the prob with RT_CalcNewZ()
Tuesday, June 23, 2009 4:55 AM
aduke1 * r24799 /ufoai/trunk/src/common/routing.c: * circumventing the prob with RT_CalcNewZ()
--- End code ---
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version