- 04 Jan, 2008 1 commit
-
-
pichoro authored
-
- 02 Jan, 2008 2 commits
- 01 Jan, 2008 1 commit
-
-
pichoro authored
"Shifted sorting" on futureshifts and planeshifts is now optional.
-
- 31 Dec, 2007 1 commit
-
-
twanvl authored
Added resample(image,width,height), instead of always passing in images
-
- 30 Dec, 2007 14 commits
-
-
twanvl authored
Fixed: direction:vertical was putting characters on the next line, causing multi-char symbols to render incorrectly
-
pichoro authored
Added larger masks for magic-new-planeswalkers to stop errors.
-
pichoro authored
-
twanvl authored
Fixed: positioning of stretched + rotated text
-
pichoro authored
-
twanvl authored
-
twanvl authored
- download icons of packages
-
pichoro authored
Magic-old heavily updated. Magic keyword system updated to allow for Prowl (morningtide). Amplify keyword updated to maintain functionality. Prowl, Kinship, and Reinforce keywords added to Magic and Vanguard. Protection keyword updated. Altered creature type lists (they still don't really work right). Fixed an error in champion keyword; still no championing multiple cards. New colorless frame for magic-future. Made watermarks in magic-future more narrow; keeps larger ones out of typeline. Old style watermarks now available in magic-old styles.
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
Now all C++ files need to #include <util/prec.hpp> That is why all .cpp files are touched by this commit Many changes to installers and update checking: - the window is now called PackagesWindow, in a new source file - update checking is now independent from the PackagesWindow. For update checking only a list of package versions are needed (vector<PackageDependency>). This is much less information to download at each startup. - the list of available packages is now a list of available Installers, since an installer can contain multiple packages. - moved the logic of dependency checking etc. to data/installer - moved the actual installation to util/io/package_manager - moved directory iteration/creation logic to util/file_utils - added PackageDirectory: the local and global package directory now have their own object (was part of PackageManager) - added PackageVersion: for detecting if a package has been modified after it was installed. - added PackageDescription: description/header of a package. Basicly the same as what Packaged provides. - added DownloadableInstaller: where to find an insaller, what does it contain? - added InstallablePackage: brining it all together: installer, package, status, action. Current status: the insaller is currently broken in a few places, more on that soon.
-
- 27 Dec, 2007 7 commits
-
-
twanvl authored
-
twanvl authored
- Some refactoring of the other field types
-
twanvl authored
-
twanvl authored
- common code of ChoiceValueViewer and MultipleChoiceValueViewer put into functions - RotatedDC can now draw text with shadow. - DECLARE_STYLE_TYPE macro and friends do slightly more.
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
- 24 Dec, 2007 4 commits
-
-
twanvl authored
Optimization: removed the conversion via wxImage for downsample_to_alpha (profiling indicated it was a bottleneck)
-
twanvl authored
- Optimization: common parameters to built in functions are no longer looked up as a string at each call, instead their integer ids are global constants - Optimization: some other minor tweaks. - Nicer --help message
-
twanvl authored
Major changes: - when rotating, the top left corner of the rectangle stays in place. - ValueViewers get a dc that is pre-rotated/translated for them, i.e. (0,0) is the top-left of the viewer (with ValueViewer::getRotation). - moved 'angle' from individual Styles to the Style base class. - any rotation angle is now possible. angle is still an int for now. This warrants a version bump
-
twanvl authored
-
- 23 Dec, 2007 2 commits
- 22 Dec, 2007 4 commits
- 21 Dec, 2007 3 commits
- 13 Dec, 2007 1 commit
-
-
twanvl authored
made update_checker compile in vc
-