coppro
83b6aa36f8
Removed DECLARE_TYPEOF2; replaced with double-parenthesized macro calls. (GCC doesn't accept the other way in all cases.. I don't know whether MSW accepts this way.) Fixed a few resource names.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@209 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-03-15 23:48:01 +00:00
twanvl
e83c00c05a
Changed scroll size of PackageList;
...
Added 'collapse' option for card notes;
Made variant of DECLARE_TYPEOF for maps (two template arguments).
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@202 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-02-08 22:15:11 +00:00
twanvl
b93e5b2ae3
Reverted resource references for combine_something, you can't use tool_image here, because on MSW that only works for .bmps'
...
Added dependency stuff to invalidate Choice images;
Fixed 'duplicate' in symbol editor
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@197 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-02-07 16:17:15 +00:00
twanvl
1cd80a3710
A working configure&makefile; now in the process of getting it to build on gcc
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@182 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-01-28 22:38:59 +00:00
twanvl
5bed5892f3
thumbnails for choice editor
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@159 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-12-23 21:12:26 +00:00
twanvl
3eece6eb61
support for masks in choice styles
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@148 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-12-22 19:29:51 +00:00
twanvl
5a8febd82a
fixed rotation bug
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@143 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-12-22 13:52:20 +00:00
twanvl
2504eb908b
fixed: GetMember works on values without save_value
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@130 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-12-19 22:16:29 +00:00
twanvl
45d40ce49b
save_value is respected
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@103 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-12-10 15:00:09 +00:00
twanvl
563afde7a3
implemented choice editor with drop down list, todo: submenus
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@93 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-11-25 00:35:33 +00:00
twanvl
f18bdafab1
made dependency analysis work without errors for magic-new (except for a few script functions); implemented the rest of the ScriptManager
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@71 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-11-01 16:41:50 +00:00
twanvl
5ee944e426
naming style (variable_to_string); nicer error messages for problems during dependency checking
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@67 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-31 16:06:17 +00:00
twanvl
f46b0b6b7b
Added ScriptableImage plus the beginnings of dependency stuff
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@58 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-29 16:23:31 +00:00
twanvl
c8e8dd0220
Added ValueViewer,DataViewer,CardViewer and made related changes
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@49 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-26 20:33:23 +00:00
twanvl
44b516036d
Implemented CardsPanel with just a CardList for now
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@42 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-20 13:38:43 +00:00
twanvl
ff96f1522a
added FieldP to values and styles, implemented reflection for IndexMap
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@36 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-19 18:44:27 +00:00
twanvl
46a6ed39dc
added multiple choice field
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@35 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-19 17:18:35 +00:00
twanvl
ba4785ac49
Added warnings to Reader, fixed some bugs found that way
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@30 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-19 13:03:11 +00:00
twanvl
9f73e2e9dc
implemented all field types
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@29 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-19 12:31:51 +00:00
twanvl
ca5d78c101
More field types, just the headers for now
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@21 0fc631ac-6414-0410-93d0-97cfa31319b6
2006-10-12 20:25:08 +00:00