Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
addition.
|
|
Version 2.2.0 (DECEMBER 2014)
Bugs fixed:
* The WGF-editor didn't take the new board size in some circumstances
(introduced with the work on the parser)- repaired
* play stone was also registered on the invisible part of the board (already
in 1.02)
* Splash screen: was too much white - repaired
Bug or feature?:
* When the "Apply Tag..." button has the focus, a key pressed sets the tag
with this first letter, so key "c" or "C" would set "Corner" but if you
type "cu", the code would set "Corner" AND "Cut"! This is not clean, as
you would need to delete "Corner", if this isn't wanted. This is an old
"feature": I found it also in version 1.02
Further:
* PathToSettings can now be set by environment variable (path needs to exist
and be write enabled) - so you can have a 2nd, 3rd etc. profile for
the same user
* Environment variable: same goes with toggle stacktrace on for SGF-errors
and set path to doc (help files)
--> see SysVariables.txt
* The same with log level for SGF errors (0-3, default is 1)
--> see SysVariables.txt
* Grinder can now recognize the location of the program's .jar file (usually
it expects the help files in the program's subdirectory "doc" - this was
a problem, when Grinder was started with a desktop script, which didn't
cd to Grinder's program folder before)
* Startup: shortened the display of the scanned path - now it fits better in
the splash screen
* Error messages concerning SGF code: they can now show the affected code
and highlight it (loglevel 2 and 3)
* DEMO.WGF moved to doc folder (where the help files reside) (Grinder tries
to find it there, but falls back to load it from the program's folder)
* File size is now restricted to files with up to ~100kby (default); this
can be overridden in the settings file or with setting a system variable
--> see SysVariables.txt
* Set some system variables to control the behaviour of the program:
MYGG_DOCPATH, MYGG_SETTINGS, MYGG_LOG_LVL,
MYGG_SGF_MAX_SZ (and some more)
* you get a warning, if one of the log files grows too big (default is ~1mby,
change that in the settings file)
* I thought, that the price for my works in the parser is more time
consumption when parsing. I did a small test with ~1000 files, one time
with GoGrinder 1.14, one time with MyGoGrinder 2.1.1: nothing remarkable!
both needed around 45 seconds!
* Portable - use the command line switch -p or -portable to run Grinder with
sgf and settings in Grinder's program folder: this still needs some
polishing: switching to the next problem takes too long.
|
|
|
|
LGOGDownloader 2.20
- Added priority handling of platforms and languages (patch by: Gael Le Mignot)
- Made config and cookie files only readable/writable by the owner
- Fixed using --update-cache with --use-cache
- Fixed regex alias "all" for cached details
- Made the downloader continue on API error instead of breaking off in Downloader::getGameDetails
- Made progress bar adapt to terminal width
* Progress bar gets smaller if there isn't enough space to display the full progress bar
* Progress bar isn't drawn if the terminal window is too small
|
|
Version 1.1 2013-03-09
- Automatically redraw when the terminal size changes
- Added fish hook, swan, ducks and dolphins
- Updated GPL license file
|
|
|
|
Self explanatory...
|
|
Logic game similar to Sudoku
|
|
QQwing is software for generating and solving Sudoku puzzles.
|
|
|
|
|
|
|
|
|
|
Version 2.1.0 (oct.29th 2014)
Bugs fixed:
* The switch -sysinfo worked only in Windows - in Linux (?also in Mac?) the
clipboard is deleted on exit
* extensive work in the SGF-parser, "\" and "]" are handled correct IN THE
PARSER (not yet in the display)
Further:
* SGF FF[3] files (AddWhite, SiZe, DaTe, CiRcle, ...) are now processed and
displayed!!
* Files from a defect version of Hibiscus 2.1 (LB[yy:0]...) are now displayed
* Many defect SGF files get now a suitable error message; a stacktrace is
only shown for debugging (internal switch "DEBUG2"). Normal file errors
shouldn't give a stack trace. (If you have a defect sgf file, which
doesn't get an sppropriate error message - let me know!)
* Grinder has now an extra log file for SGF file errors: sgf-log.txt
|
|
|
|
Upstream changes (no English changelog):
20140817:
- fix a bug which fails on playing movie on Android L (Preview)
on emulator
20140816:
- fix ONScripter and SDK for Android L (Preview) ART environment
on emulator
- reflect screen size and global variable informations even if
they are not defined at the top of the script
- allow ":c/2;" format instead of ":c/2,0,3;" for animation
in graphic file
- fix a bug of incorrect trap insn behavior on btnwait and at
the end of text
20140505:
- fix SDK for Xcode 5.1.1 + iOS 7.1.1
|
|
Version 1.10.7:
* Add-ons server:
* Restricted names (not titles) for newly uploaded add-ons to ASCII hyphens,
underlines, and alphanumerical characters. Previously uploaded add-ons
are exempt from this change.
* Graphics:
* New portraits for HttT
* Language and i18n:
* Updated translations: Chinese (Traditional), French, Galician, Indonesian,
Japanese, Old English, Polish, Portuguese, Portuguese (Brazil), Russian,
Scottish Gaelic, Vietnamese
* Networking:
* Handle an exception in the SDL_net-based network code (bug #20205)
* User interface:
* Fixed (bug #17220): Cursor in gui2 text box now behaves appropriately after
text box overflow occurs.
* Fix viewport centering issues with actions such as the Next Unit command,
and the [scroll_to], [scroll_to_unit], and [message] WML actions (bug #18793).
* WML engine:
* Fixed invalid memory access issues caused by subnamespaced persistent WML
variables (bug #20385).
* Fixed incorrect image path function name in error messages generated by
using ~CROP() with negative coordinates.
* Miscellaneous and bug fixes
* Improved: Autorevision based revision numbers in CMake.
* Fixed the recall list sometimes getting confused when dismissing a recall.
* Prevent unchecked memory access in cut_surface()
* Fixed bug #20853 ("WML child missing yet untested for" when loading some
replays).
* Backported several bugfixes for wmllint (Windows-unfriendliness on the
command line, unusual crashers, underscores stripped from keys).
|
|
- Better handling of empty %platform% in Util::filepathReplaceReservedStrings
- Fixed setting filepath for language packs
* I forgot to set the filepath for language packs which caused some problems
- Added support for caching game details
* --update-cache creates and updates the cache.
* --use-cache enables loading game details from cache.
* --cache-valid specifies how long cached game details are considered valid
- Fixed login issue
* Regex in Downloader::HTTP_Login matched wrong auth url after GOG
made some changes to website
|
|
Stop using NSApp in the OS X front end.
|
|
|
|
|
|
|
|
Fix antialiasing artifacts around edges of Bridges islands.
|
|
|
|
|
|
LGOGDownloader 2.18
- Added better login check
* Allows user to login with username instead of email
* Prints some info on failed login with debug build
- Fixed login issues caused by case sensitivity
- Added PREFIX and MANPREFIX to Makefile
- Allowed unrecognized options in config file
- Added --no-cover option back
- Listing games with --list now only displays games that support the platforms specified with --platform
- Made Downloader::HTTP_Login print some more info
- File hashing changes to Util::createXML
* File hash is updated in the same loop that chunk hashes are calculated (gives the user better indication of the hashing progress)
- Avoid touching $HOME when displaying help or version (patch by: Stephen Kitt)
* This fixes main() to handle --help and --version before doing anything to the filesystem
- Fixed spelling mistake in message displayed when downloading files (patch by: Neil Ramsbottom)
- Changed --report option to allow setting the filename of report
- Old files are now renamed instead of deleted during --repair --download
- Renamed old files now contain date in filename (filename.ext.YYYYMMDDTHHMMSS.old where T is the date-time separator)
- Added support for setting subdirectories
* Allows user to specify subdirectories for games, installers, extras, patches, language packs and dlc
* You can use templates "%gamename%", "%platform%" and "%dlcname%" which are replaced by the relevant info
* New options: --subdir-installers, --subdir-extras, --subdir-patches, --subdir-language-packs, --subdir-dlc, --subdir-game
|
|
Provide a static version.h for development builds.
|
|
|
|
Remove the MD5-based manifest file system.
Remove dependencies on Subversion.
Improve connectedness-error highlighting in Singles.
|
|
depending on compiler.
|
|
|
|
package too.
|
|
|
|
|
|
|
|
|
|
PrBoom+ is a modified version of id Software's classic game DOOM. It
runs on several platforms (including Win32 and Unixes) and features many
additions to the original game. It also supports multiplayer games.
|
|
- roll in patch-xfile.hc
- fix build with the solaris compiler
- use snprintf instead of sprintf (mostly)
- tidy a few things
There is a problem between this thing's precompiler and clang such
that clang builds fail with spurious errors about unterminated string
constants. I don't see what's wrong.
Also, in the course of doing the snprintf changes I discovered that
this depends on both csh and netpbm existing at runtime, so add the
necessary bits.
PKGREVISION -> 4.
|
|
|
|
Atque is a tool for merging/splitting resources to Marathon scenarios
compatible with Aleph One.
|
|
- reset key states when unpausing to prevent unwanted movement
|
|
|
|
|
|
|
|
The primary motivator for the upgrade is to improve the book generation
time, which is now several times faster (builds were failing with CPU ulimit
of 1 hour on 3GHz Xeon E5's with the previous version). This new version
even supports multiple cores, though that isn't enabled at this time.
There appear to have been many other updates, but there is no ChangeLog
and there aren't even any intermediate versions for download (hence using
the current beta version). Upstream unfortunately makes it as difficult
as possible to see the history of this package.
|
|
Improve connectedness-error highlighting in Range.
The previous approach of scanning the grid by depth-first search was
fine for deciding whether it was connected, but not so good for
pointing out where the mistake was in the grid. Replaced that code
with a dsf-based version, which identifies all connected components so
that an easy followup pass can highlight all but the largest as
erroneous.
|
|
|
|
|
|
Version 2.0.3 (sept.2nd 2014)
Bugs fixed:
* corrected command line help und command line sysinfo
* save wgf file was defect since several weeks
* split sgf (with more than one problem) was defect (since v.2.0)
Version 2.0.2 (aug.26th 2014)
Bugs fixed:
* Test/start editor uses now the editor's program directory as working directory
* When a program's path is handed over from the file selection window, and the
path for the executable contains spaces: encase the path with quotation marks
* When at first startup a "default.sgf" is written, it has now (;GM[1]... as GaMe type
GM[0] is wrong and impossible (CGoban gave me the hint)
|