0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- implemented ToString of MoveTextEntry using MoveTextFormatter
iigorr
as Igor Lankin
More... over 11 years ago
- made MoveFormatter and MoveTextFormatter internal
iigorr
as Igor Lankin
More... over 11 years ago
- implemented formatting of move text (list of move text entries) and RAV entries
iigorr
as Igor Lankin
More... over 11 years ago
- implemented comment and NAG entry formatting
iigorr
as Igor Lankin
More... over 11 years ago
- cleaned up references
iigorr
as Igor Lankin
More... over 11 years ago
- implemented formatting of single move entries - implemented formatting of end game entries
iigorr
as Igor Lankin
More... over 11 years ago
- now distinguishing between continued and non-continued SingleMoveEntries
iigorr
as Igor Lankin
More... over 11 years ago
- added move number to MovePairEntry and SingleMoveEntry and parsers to parse it out. - implemented first steps of formatting MoveText
iigorr
as Igor Lankin
More... over 11 years ago
- changed MoveFormatter to accept TextWriter instead of StringBuilder - added default version of Format which only takes a move and returns the formatted string
iigorr
as Igor Lankin
More... over 11 years ago
- implemented en passant annotation - implemented move annotations
iigorr
as Igor Lankin
More... over 11 years ago
- added test project for pgn.Data - added initial implementation MoveFormatter and tests
iigorr
as Igor Lankin
More... over 11 years ago
- organized data classes into folders. kept one name space.
iigorr
as Igor Lankin
More... over 11 years ago
- renamed getHashCode to getNullabeHashCode to avoid confusions.
iigorr
as Igor Lankin
More... over 11 years ago
- implemented GetHashCode method for Move
iigorr
as Igor Lankin
More... over 11 years ago
- updated project files to reference the pgn.Data.csproj
iigorr
as Igor Lankin
More... over 11 years ago
- change pgn.Data to be a C# project. This was necessary to allow an implementation of a formatter class, which would be mutually recursive with other types as it will be used in the ToString implementations. In F# it is not possible to have mutually recursive Type definitions across multiple files.
iigorr
as Igor Lankin
More... over 11 years ago
- eliminated F# specific types (Option<T> and Microsoft.FSharp.Collections.List) - extracted Debug class and toNullable in pgn.Parse to new namespace ilf.pgn.PgnParsers.Bootstrap
iigorr
as Igor Lankin
More... over 11 years ago
- updated pgn.net.dll
iigorr
as Igor Lankin
More... over 11 years ago
- moved all model types to namespace ilf.pgn.Data - moved PgnFormatException to ilf.pgn.Exception - made pgn.Parse modules internal - changed enum types to actual enums
iigorr
as Igor Lankin
More... over 11 years ago
- added simple example solution
iigorr
as Igor Lankin
More... over 11 years ago
- added merge command to create one dll from output of pgn.NET.sln
iigorr
as Igor Lankin
More... over 11 years ago
- added ILMerge.exe to tools
iigorr
as Igor Lankin
More... over 11 years ago
- removed references to large files
iigorr
as Igor Lankin
More... over 11 years ago
- fixed "fresh checkout" problems: - nuget packages are downloaded now on build - projects reference downloaded packages
iigorr
as Igor Lankin
More... over 11 years ago
- renamed projects - added app.config files to redirect fsharp 4.0.0.0 assembly requests to 4.3.0.0
iigorr
as Igor Lankin
More... over 11 years ago
- started consistent naming scheme of projects - pgn.Data holds the data model - pgn.Parse contains the low-level parsers - pgn.NET is the main project holding the public parser class
iigorr
as Igor Lankin
More... over 11 years ago
- moved data model to new project pgn.Data
iigorr
as Igor Lankin
More... over 11 years ago
- fixed project dependencies
iigorr
as Igor Lankin
More... over 11 years ago
- updated solution items
iigorr
as Igor Lankin
More... over 11 years ago
- moved solution file to src
iigorr
as Igor Lankin
More... over 11 years ago