1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/gui/test
Acumen ef155571c0 # As requested by Jason, now only one tab list in the Status Pane will be open at any time (hovering one will close any others that are open).
(Probably. I couldn't test with units due to the ModelRenderer
javelinist crash, but it seems to have the desired effect for the Civ
Centre. Which isn't the most conclusive test since the research list is
empty anyway.)

# Implemented Andrew's formation functions in the formation "pick list".

(Again, probably. Since this is completely untestable without being able
to select units, I can only speculate that it might work. The game
didn't crash and burn on startup as a result of my meddling, which I
take as a good sign.)

(Andrew: The changed section is a formation case switch at line 376 of
functions_page_session_status_commands.js. I endeavoured to use all your
functions to try them out. Like I said, I'm not sure if any of this
works -- and being sick and feverish doesn't help -- but it might at
least give you somewhere to start.)

This was SVN commit r3723.
2006-04-03 04:54:43 +00:00
..
1_init.xml * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
2_mainmenu.xml * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
3_loading.xml Removed hourglass from archive builder screen since it was ambiguous (user does have input, and can just click to skip that screen -- which isn't used at present anyway). 2006-02-24 18:12:54 +00:00
4_session.xml # Implemented "pick list" selection code in UI. (Stances and formations can now be selected.) 2006-03-24 20:59:09 +00:00
6_1_manual.xml Initial commit of GUI changes. You're not liable to see much difference (in fact, there's probably less functionality than there used to be). 2006-02-27 23:37:43 +00:00
6_2_jukebox.xml * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
6_subwindows.xml Undeleted GUI folder, added Stuart's changes. 2005-07-27 15:21:27 +00:00
7_atlas.xml Undeleted GUI folder, added Stuart's changes. 2005-07-27 15:21:27 +00:00
9_global.xml * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_global_init.js More miscellaneous and largely unnoticeable GUI stuff. 2005-07-30 20:25:38 +00:00
functions_global_object.js Fixed FPS, which had stopped working (since it no longer recognised the mouse.x and mouse.y component of the string). 2005-08-07 14:51:55 +00:00
functions_page_pregame_load.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_page_pregame_multiplayer.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_page_pregame_setup.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_page_pregame.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_page_session_manual.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_page_session_status_commands.js # As requested by Jason, now only one tab list in the Status Pane will be open at any time (hovering one will close any others that are open). 2006-04-03 04:54:43 +00:00
functions_page_session_status_pane.js * Fixed minor glitch which was causing the garrison icon to not appear. (Temporarily moved garrison value into command cell sheet, then changed mind and swapped it back to having its own sheet, since it'd probably need to be coloured to match the nearby supply icon.) 2006-03-22 18:21:27 +00:00
functions_page_session.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_sim_entity.js -rank/formation stuff and fixes. To give a unit a rank texture, just set rank.name in the entity's XML to the filename of the texture e.g. elite.dds or advanced.dds 2006-03-31 03:37:36 +00:00
functions_sim_player.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_utility_animation.js Undeleted GUI folder, added Stuart's changes. 2005-07-27 15:21:27 +00:00
functions_utility_coord.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_utility_list.js Although there's still a lot of glitches and random crashes, it should now theoretically be possible for clients to join a host's game. 2005-08-25 15:07:16 +00:00
functions_utility_music.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_utility_object.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
functions_utility_test.js Undeleted GUI folder, added Stuart's changes. 2005-07-27 15:21:27 +00:00
functions_utility.js * Took Philip's advice and made all local GUI variables actually local using var. 2006-03-21 22:30:29 +00:00
hello.xml Undeleted GUI folder, added Stuart's changes. 2005-07-27 15:21:27 +00:00
setup.xml GUI Updates: 2006-03-03 00:02:01 +00:00
sprite1.xml # Implemented "pick list" selection code in UI. (Stances and formations can now be selected.) 2006-03-24 20:59:09 +00:00
styles.xml * Minimap buttons are in place and clickable (though not actually hooked up with any events yet). The arc buttons still don't look quite right, but artist intervention will no doubt set me right. 2006-03-18 17:42:37 +00:00