Commit Graph

1663 Commits

Author SHA1 Message Date
Twan van Laarhoven 6e7a4485a8 Cleaned up utf8 decoding code.
It was actually completely broken in newer wxWidgets versions, putting '\0' characters in the string, which broke things like concatenation.
2020-04-08 01:24:19 +02:00
Twan van Laarhoven 35a89676b4 CMake file
Update to C++ 11: std::shared_ptr, for each loops
Update to wxWidgets 3.0+
2020-04-08 01:10:01 +02:00
Lymia Aluysia aa39a9bc71 Make PNG the default export format. 2017-01-24 10:49:14 -06:00
Lymia Aluysia 2936cdf436 Don't strip things automatically. Add missing file. 2017-01-24 10:46:07 -06:00
Lymia Aluysia e92d25f01a Get icon back on MSE binary. 2017-01-18 19:16:35 -06:00
Lymia Aluysia efb1ce919c Clean up the maekfile a bit sicne we aren't using config.h anyway. 2017-01-18 17:49:50 -06:00
Lymia Aluysia ef01b6a2bb More repo cleanup. 2017-01-18 16:59:06 -06:00
Lymia Aluysia 91026c5341 More work on improving build system. 2017-01-18 16:07:02 -06:00
Lymia Aluysia 76cf6fc0d6 Suppress libpng errors. 2017-01-18 09:14:17 -06:00
Lymia Aluysia 1d912a6853 Update copyright strings. 2017-01-18 08:52:57 -06:00
Lymia Aluysia d2c635f739 Change tabs to two spaces. 2017-01-18 08:43:21 -06:00
Lymia Aluysia d7f5f0dc3b Make .gitignore ignore Windows binaries as well. 2017-01-18 08:33:53 -06:00
Lymia Aluysia 0f8222b345 Minor cleanup. 2017-01-18 08:32:41 -06:00
Lymia Aluysia d78101bcd7 Fix font resolution on Linux. 2017-01-18 08:24:12 -06:00
Lymia Aluysia d4e95c4a9d Remove MSVC build files. 2017-01-18 08:05:59 -06:00
Lymia Aluysia 42a5478313 Set BOOST_USE_WINDOWS_H in configure.ac and suppress wxWidgets header warnings. 2017-01-18 07:01:28 -06:00
Lymia Aluysia 116b7e9265 Exclude win32 wrapper. 2017-01-18 06:57:12 -06:00
Lymia Aluysia 1c639de511 Fix linking on MingW32 2017-01-18 06:43:35 -06:00
Lymia Aluysia 241f19c865 Fix compiling/linking on Linux. 2017-01-18 06:35:38 -06:00
Lymia Aluysia 8f7cc53d5b Fix crash. 2017-01-18 06:25:22 -06:00
Lymia Aluysia e0213877e4 Delete template data. 2017-01-18 06:13:30 -06:00
Lymia Aluysia 8c960f0c34 Work on compiling on mingw 2017-01-18 04:56:16 -06:00
Lymia Aluysia cc76e26495 Add --target option to configure script. 2017-01-18 01:16:44 -06:00
twanvl 57279bb56e Always save images as png, fixes #69
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1704 0fc631ac-6414-0410-93d0-97cfa31319b6
2017-01-18 01:05:45 -06:00
Lymia Aluysia bfcdfa31f3 Fix forward reference error. 2017-01-18 00:42:05 -06:00
Lymia Aluysia 8d5581ff7a Link boost_system. 2017-01-18 00:41:22 -06:00
Lymia Aluysia c843db5e7d r1722: Put wx libraries in the right place of the linker command. Needed to make mse link on g++ 4.6. 2017-01-18 00:38:07 -06:00
Lymia Aluysia b9616d09a6 Fix unresolved reference. 2017-01-17 23:54:13 -06:00
Lymia Aluysia 24ba3ab28a Fix check for HAVE_GCC_ATOMIC_BUILTINS 2017-01-17 23:41:59 -06:00
Lymia Aluysia a1660983b6 Use clang++ by default. 2017-01-17 23:33:43 -06:00
Lymia Aluysia 4a4fcc6990 Update automake version. 2017-01-17 23:32:07 -06:00
Lymia Aluysia 39fd9d4f0b Create .gitignore 2017-01-17 23:29:10 -06:00
twanvl c2a9aae9ca about window text
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1650 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-02-05 22:11:23 +00:00
twanvl 6981c4a2b4 minor cleanup for insert symbol menu change
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1649 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-02-03 22:24:37 +00:00
twanvl f189929158 compatibility with wx2.6 and vc7.1
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1648 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-02-03 21:43:37 +00:00
twanvl e36f697855 Add 'insert symbol menu' in EVT_MENU_OPEN instead of updateUI, this fixes crash on wxGTK
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1647 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-02-02 23:16:59 +00:00
twanvl b96e7ad1fb Added option to disable spacing between printed cards
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1646 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-02-02 21:40:19 +00:00
twanvl e6dc141339 Don't segfault on errors during construction of ConsolePanel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1645 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-28 14:12:26 +00:00
twanvl 3946210d21 use correct default for .images
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1644 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-25 22:49:17 +00:00
twanvl 262b684469 don't warn about \' escape sequence.
added numeric escapes

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1643 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-25 22:42:54 +00:00
twanvl c6a74d4576 linux: added console_panel to makefile, removed junk from error.hpp
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1642 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-24 11:57:11 +00:00
artfreakwiu 274a4aba04 Added script and mask to counters to allow for different colored frames.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1641 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-24 01:48:39 +00:00
pichoro 5d4da9f294 One last Mirrodin Besieged Update: New keyword, and New creature type.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1640 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-23 16:44:54 +00:00
pichoro 22e91c271a Fixing a stupid typo in the name of the Counter template.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1639 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-23 16:43:59 +00:00
twanvl 37b3caeaec locale for console panel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1638 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-22 21:38:38 +00:00
twanvl f60842d341 no more handle_warning
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1637 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-22 21:31:45 +00:00
twanvl 595b718c7a change log and release notes
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1636 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-22 19:36:01 +00:00
twanvl df9c539983 version bump to 2.0.0
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1635 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-22 17:54:34 +00:00
twanvl fa7f25306b copying messages from console
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1634 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-22 13:15:05 +00:00
twanvl 213817ab34 fix layout problems with blinking tabBar icons in wx2.6/vc7.1
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1633 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-21 22:01:39 +00:00