- 22 Mar, 2007 4 commits
- 21 Mar, 2007 3 commits
- 19 Mar, 2007 3 commits
- 18 Mar, 2007 6 commits
-
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
If this doesn't work in GCC, the COMMA definition could be made only for MSVC, then GCC sees DECLARE_TYPEOF(map<int COMMA string>). GCC doesn't need DECLARE_TYPEOF anyway. Keyword expansion now works, still todo: - marking parameters, e.g. "Cycling 2W" -> "Cycling <param-mana>2W</param-mana>" - user interface for toggling reminder text - user interface for keywords
-
- 16 Mar, 2007 1 commit
-
-
coppro authored
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.
-
- 23 Feb, 2007 1 commit
-
-
coppro authored
-
- 16 Feb, 2007 1 commit
-
-
twanvl authored
Added 'snap to grid' to symbol editor
-
- 14 Feb, 2007 4 commits
- 09 Feb, 2007 3 commits
- 08 Feb, 2007 3 commits
-
-
twanvl authored
-
twanvl authored
Added scriptable 'enabled' to symbols in symbol font, used instead of scripted filenames. This means changing the tap symbol style now works; Added localisation for games, stylesheets and symbolfonts; Warnings from Reader are now shown onIdle;
-
twanvl authored
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
-
- 07 Feb, 2007 1 commit
-
-
twanvl authored
Updated HoverButton, now an actual custom control, added focused and down states; Added Help->Website
-
- 03 Feb, 2007 1 commit
-
-
coppro authored
Fixed symbol change crash. The symbol change menu still hovers around being completely out of date from the actual symbol, and the changes don't nessecarilly take place on the card either. Perhaps a caching problem?
-
- 02 Feb, 2007 1 commit
-
-
coppro authored
Fixed many resource file names, removed raw-char matches input-char requirement for Linux operation. WARNING: This version is unstable. High possibility of encountering a complete processor lockup (likely an infinite loop). Known bugs on Linux: Some fields are being drawn off-target (such as text) and they need to be fixed in order to allow compatibility. Different style files on different platforms would not be a good idea. The combined-editors are not working. When a text-replacement is made via "~", the cursor is placed before it and attempting to remove or select it causes a lockup. Symbol editor seems to be working fine. The symbol selection dialog causes a crash when used.
-
- 01 Feb, 2007 2 commits
- 31 Jan, 2007 3 commits
-
-
twanvl authored
Replaced all direct construction of bitmaps and icons using wxBitmap("name") with load_resource_* calls.
-
twanvl authored
New header util/platform.hpp for platform specific stuff that doesn't go elsewhere; Changed resource names from "CURSOR_SOMETHING" to "cursor/something", so it matches the filenames (in progress for other resource types).
-
coppro authored
-
- 30 Jan, 2007 1 commit
-
-
coppro authored
Compiled Linux version. The welcome screen doesn't display the icon images, and the buttons don't work. Data is found at *prefix*/Magic Set Editor/data and the images at *prefix*/Magic Set Editor/resource. On Ubuntu, *prefix* is /usr/local/share. Resource files are all the image files from resource. I haven't configured them, because I haven't made it past the welcome screen.
-
- 29 Jan, 2007 2 commits