1
0
forked from 0ad/0ad
Commit Graph

2326 Commits

Author SHA1 Message Date
Gee
cdfabb9acc Changed <icon>'s property 'texture' to 'sprite'. Better late than never.
This was SVN commit r2538.
2005-07-25 00:50:38 +00:00
Gee
26d44ba616 Changed <icon>'s property 'texture' to 'sprite'. Better late than never.
This was SVN commit r2537.
2005-07-25 00:50:17 +00:00
26d88c5e52 Deleted uppercase version
This was SVN commit r2536.
2005-07-24 21:42:26 +00:00
Gee
4bf9c15ece This was SVN commit r2535. 2005-07-24 15:55:14 +00:00
c6ea4f36bf Changed the file naming convention again, mainly to annoy Jason. :) (I forgot that filenames are meant to be lowercase with underscore separators.)
Experimented with Philip's view-config-variables-workaround.

This was SVN commit r2534.
2005-07-24 14:04:56 +00:00
Gee
b5f6d19332 Lots of minor updates. Touched up the check-box quite a lot.
This was SVN commit r2532.
2005-07-24 08:29:02 +00:00
65abb78611 main menu changes for the new dds files
This was SVN commit r2531.
2005-07-24 05:49:18 +00:00
b3b9349cc4 Textures for the updates to the shell
This was SVN commit r2530.
2005-07-24 05:27:10 +00:00
Fire Giant
8525183732 Broke networking code. Fixed messageBox() code.
This was SVN commit r2529.
2005-07-24 01:13:50 +00:00
Gee
74e1c8a772 Text clipping
This was SVN commit r2527.
2005-07-24 00:01:41 +00:00
Gee
77c0ab074e Someone had renamed a variable to one that already existed in a super-scope, this collided. Fixed it.
i.e. now the selection area is hid again.

This was SVN commit r2526.
2005-07-23 23:22:23 +00:00
Fire Giant
462c85a3ba Fixed some silly variable assigment bugs. Made the game continue to work if a multiplayer host session is cancelled.
This was SVN commit r2525.
2005-07-23 23:15:58 +00:00
1de8e29c41 I've revised the example list to use Gee's revised functions.
This was SVN commit r2524.
2005-07-23 22:32:10 +00:00
Gee
fe087a73f7 Fixed some bugs, updated some things, etc etc
This was SVN commit r2523.
2005-07-23 22:27:55 +00:00
Gee
4ad8de51bb Added more functions. Changed addItem to insertItem
This was SVN commit r2522.
2005-07-23 20:17:36 +00:00
b50d9f529a Some GUI fixes.
This was SVN commit r2521.
2005-07-23 14:06:38 +00:00
165be6397e This was SVN commit r2520. 2005-07-23 08:19:15 +00:00
61387e95b2 This was SVN commit r2519. 2005-07-23 07:53:21 +00:00
4655a6ded3 Renamed the GUI object functions (probably missed a few calls), and made first attempt at list control for SP (warning: a lot of maps are too outdated to run, so choose with caution).
This was SVN commit r2518.
2005-07-23 02:02:45 +00:00
524263577f Updated Errors.cpp
This was SVN commit r2516.
2005-07-22 19:21:19 +00:00
4b6a19cdfb better error reporter, use consistent exceptions if init fails, add notes which functions are currently unused
This was SVN commit r2515.
2005-07-22 18:41:49 +00:00
533eb66ea7 add dox
This was SVN commit r2513.
2005-07-22 03:56:11 +00:00
825bd40b68 wdbg_sym: revert to __declspec(naked) because compiler-generated prolog code otherwise trashes the regs
win: formatting
wposix: add mprotect and beef up mmap (WIP).

This was SVN commit r2512.
2005-07-22 03:54:09 +00:00
Gee
4d390f501c Heads up, I changed "SelectionChanged" to "SelectionChange" for consistency, it should be read "on selection change", just like "on press".
This was SVN commit r2511.
2005-07-22 03:11:28 +00:00
Gee
57ab45c380 Functions for lists and dropdowns.
This was SVN commit r2510.
2005-07-22 00:02:39 +00:00
Gee
02f715ea69 Renamed functions_list => functions_utility_list
This was SVN commit r2509.
2005-07-21 23:51:10 +00:00
Gee
f818449e72 Functions for lists and dropdowns.
This was SVN commit r2508.
2005-07-21 23:45:17 +00:00
Gee
7eaf8bc13c Added functions_list.jp to the list.
This was SVN commit r2507.
2005-07-21 23:44:46 +00:00
Gee
abdc96b300 Default value for property 'selected' is now -1, i.e. no selection. Defining this value's default in the default style would be awkward.
This was SVN commit r2505.
2005-07-21 07:34:48 +00:00
9b2736e1d1 Removed absolute properties, since they're now used by default. Hurrah!
This was SVN commit r2504.
2005-07-21 03:01:58 +00:00
Gee
8ebbb0bf35 Added IsRootParent function to check if the absolute property should be ignored or not.
This was SVN commit r2502.
2005-07-20 23:49:39 +00:00
Gee
4e64200131 This was SVN commit r2501. 2005-07-20 23:47:46 +00:00
eed104e139 Made objects relative by default, cutting down on some redundant properties. Cleaned up loading screen script.
This was SVN commit r2500.
2005-07-20 23:00:48 +00:00
Gee
c3cf031a52 Uncommented list, does anyone know why that has been done anyway? I can't even remember if I've done that or not. Also removed the annoying "Left click has been blocked" error in the log.
This was SVN commit r2498.
2005-07-20 05:27:32 +00:00
f715e6c226 ScriptableComplex.h: ScriptingHost already includes SpiderMonkey.h
scriptglue: additional refactoring
scriptinghost: remove useless GC function
SpiderMonkey.h: more dox

This was SVN commit r2497.
2005-07-20 04:53:58 +00:00
0b193342e7 fix init order bug that was rendering CLogger inoperable
This was SVN commit r2496.
2005-07-20 04:52:05 +00:00
Gee
5f15ff3b2d It is now valid for parentless objects to have absolute set to "false", this can be viewed as if the object were the screen's child, i.e., it doesn't matter if absolute is true or false if an object has got no parent, the property is ignored.
This was SVN commit r2495.
2005-07-20 03:52:09 +00:00
Fire Giant
81bdf6e1c4 Fixed the join dialog window. Establishing connection now works, but is currently not reported by anything but the console.
This was SVN commit r2494.
2005-07-20 02:56:32 +00:00
67777bd159 cursor: remove old Win32 implementation
main: add new variable for clarity

scriptglue: massive refactor. added docs, rearranged into groups,
eliminate forward decls, consistent param checking, some progress on
consistent naming and formatting.

This was SVN commit r2492.
2005-07-20 00:57:17 +00:00
1d69845cee snd: better snd_disable dox
ia32: fix comments and fix EBP warning
wdbg: fix bug if exception locus is unavailable
wdetect: store full DS driver path (-> version reported correctly)

This was SVN commit r2491.
2005-07-20 00:54:39 +00:00
e7946ad774 functions_pregame_load.js: fixed whitespace
new OpenAL version.

This was SVN commit r2489.
2005-07-20 00:51:38 +00:00
7a889deca3 cursor: tried all sorts of implementations to fix bug#66, but after 2 days of debugging, the problem was found to be elsewhere (issue with delay-loading). fixed by keeping a reference to user32 at startup.
main: replace old memory_debug_turbo_extreme_plus with debug_heap_enable

This was SVN commit r2488.
2005-07-16 17:52:05 +00:00
2f5b116842 mmgr: remove random fill option (makes no sense, since we want to fill with unused and freed memory pattern only)
snd: better explain __try hack; avoid any updates if not initialized
ia32: no longer user declspec(naked) (unsafe)
wdbg_sym: also declspec(naked) and refactor display of libstdc++ objects
wdll: remove redundant #undef
wsdl: add comment

This was SVN commit r2487.
2005-07-16 17:49:38 +00:00
c0b4abafb6 main: slight bugfix: typo -> compiler optimizations were left disabled instead of only temporarily.
JSI_Sound: add special case to prevent exceptions from being thrown when
sound is disabled via quickstart

This was SVN commit r2486.
2005-07-15 17:58:27 +00:00
71f4587d1c oops forgot the actor for the celt_ijv_e.xml
This was SVN commit r2485.
2005-07-15 11:58:15 +00:00
3278f6d0a9 celt tattoo updates
This was SVN commit r2484.
2005-07-14 09:08:53 +00:00
5754128dec lib.h: have CHECK|RETURN_ERR etc. store+compare as i64 (safer). document details.
h_mgr.h: debug_warn if H_DEREF fails

have vfs / res functions only CHECK_ERR (i.e. complain) once per call
sequence. made sure vfs_load and vfs_open debug_warn and everything else
just passes on the error.

This was SVN commit r2482.
2005-07-14 00:19:56 +00:00
24da4d7c7d This was SVN commit r2481. 2005-07-12 00:36:41 +00:00
9b4de9a016 Quick JS fixes.
This was SVN commit r2480.
2005-07-12 00:06:31 +00:00
a96fd84391 The game loading was broken, and I fixed it! Wahooo, my first venture into the world of GUI scripting.
This was SVN commit r2479.
2005-07-11 04:52:20 +00:00