netris.git
2007-03-11 Mischa POSLAWSKYcode duplication master
2007-03-11 Mischa POSLAWSKYcode cosmetics: use hex notation where applicable
2007-03-11 Mischa POSLAWSKYremove drawmode #3
2007-03-11 Mischa POSLAWSKYcode cosmetics
2007-03-11 Mischa POSLAWSKYlog recent (major) changes
2007-03-11 Mischa POSLAWSKYshape frequency in global game data
2007-03-11 Mischa POSLAWSKYannotate netris colors for comparison
2007-03-11 Mischa POSLAWSKYall in-game messages in include
2007-03-10 Mischa POSLAWSKYcomment speed calculation
2007-03-10 Mischa POSLAWSKYcleanup overlay message centering
2007-03-10 Mischa POSLAWSKYpad overlay messages automatically
2007-03-10 Mischa POSLAWSKYcode cosmetics (mostly var/function renaming)
2007-03-08 Mischa POSLAWSKYlocal player settings together in a struct
2007-03-08 Mischa POSLAWSKYremove --rules
2007-03-07 Mischa POSLAWSKYindent lists in documentation with one tab
2007-03-07 Mischa POSLAWSKYconfirmed quadra-compliant behaviour
2007-03-07 Mischa POSLAWSKYarchive common color schemes for later
2007-03-06 Mischa POSLAWSKYreformat piece table code so shapes are better discernable
2007-03-05 Mischa POSLAWSKYdeclaration cleanup
2007-03-05 Mischa POSLAWSKYremove forgotten robot remnants
2007-03-05 Mischa POSLAWSKYdon't hardcode string and array length
2007-03-05 Mischa POSLAWSKYteam names defined in global include
2007-03-05 Mischa POSLAWSKYoutline server messages
2007-03-05 Mischa POSLAWSKYboolean pause state
2007-03-05 Mischa POSLAWSKYmove game type to Game struct
2007-03-05 Mischa POSLAWSKYlogical function names
2007-03-05 Mischa POSLAWSKYuse boolean type where appropriate
2007-03-05 Mischa POSLAWSKYhandle key commands in single function
2007-03-05 Mischa POSLAWSKYremove dropmode setting
2007-03-05 Mischa POSLAWSKYnon-exclusive instadrop and soft drop
2007-03-05 Mischa POSLAWSKYpause key not special cased, but as any other command key
2007-03-05 Mischa POSLAWSKYcheck for game in pause command itself
2007-03-05 Mischa POSLAWSKYglobal key handling in own function
2007-03-04 Mischa POSLAWSKYmissing features (notable on Tetris DS)
2007-03-04 Mischa POSLAWSKYdocument additional blocktrix specials
2007-03-04 Mischa POSLAWSKYdocument missing commands
2007-03-04 Mischa POSLAWSKYquit and pause commands
2007-03-04 Mischa POSLAWSKYdouble leading slash escapes a command
2007-03-04 Mischa POSLAWSKYtyped messages with leading slash are interpreted as...
2007-03-04 Mischa POSLAWSKYvarious ideas
2007-03-04 Mischa POSLAWSKYmessage window needs to show at least 2 history lines
2007-03-04 Mischa POSLAWSKYresize message window horizontally to available space
2007-03-04 Mischa POSLAWSKYtoo much padding
2007-03-04 Mischa POSLAWSKYshared config reader
2007-03-04 Mischa POSLAWSKYmove client usage help from shared code
2007-03-04 Mischa POSLAWSKYfinalize v0.8
2007-03-04 Mischa POSLAWSKYremove unneccessary emphasis in changelog
2007-03-04 Mischa POSLAWSKYdo not track built message include
2007-03-04 Mischa POSLAWSKYchanges newest versions to oldest
2007-03-04 Mischa POSLAWSKYdo not require updated Makefile since it can no longer...
2007-03-04 Mischa POSLAWSKYcreate msg.h from preferred language include
2007-03-04 Mischa POSLAWSKYuse spaces for alignment
2007-03-04 Mischa POSLAWSKYremove remarks in documentation which clearly do not...
2007-03-04 Mischa POSLAWSKYmove main (user end) game code to client.c
2007-03-04 Mischa POSLAWSKYtone down todo headers
2007-03-04 Mischa POSLAWSKYupdate changes for v0.8
2007-03-04 Mischa POSLAWSKYcode cleanup: use terniaries
2007-03-04 Mischa POSLAWSKYfix default value for --dropmode
2007-03-04 Mischa POSLAWSKYnothing to do after handling non-play actions
2007-03-04 Mischa POSLAWSKYcode cleanup
2007-03-04 Mischa POSLAWSKYconfigurable chat (say) key
2007-03-04 Mischa POSLAWSKYseperate code for entering chat mode
2007-03-04 Mischa POSLAWSKYremove empty function
2007-03-04 Mischa POSLAWSKYallocate just the right amount of memory for title bar
2007-03-04 Mischa POSLAWSKYclient title strings in messages file
2007-03-04 Mischa POSLAWSKYremove FreezePiece remnants
2007-03-04 Mischa POSLAWSKYreformat code comments
2007-03-04 Mischa POSLAWSKYdocument shapes array
2007-03-04 Mischa POSLAWSKYblock types named by shape, not color
2007-03-04 Mischa POSLAWSKYblock bitmasks as hex values for clarity
2007-03-04 Mischa POSLAWSKYpopular feature found in other tetrises
2007-03-04 Mischa POSLAWSKYvarious code cleanups
2007-03-03 Mischa POSLAWSKYshow default values in server --help
2007-03-03 Mischa POSLAWSKYcode cosmetics: fix indentation
2007-02-27 Mischa POSLAWSKYuseless comment
2007-02-27 Mischa POSLAWSKYbracket characters for horizontal piece edges in non...
2007-02-27 Mischa POSLAWSKYonly use ascii drawstyles in ascii mode
2007-02-27 Mischa POSLAWSKYuse more customary lowercase filename for configure...
2007-02-27 Mischa POSLAWSKYswitch() reindent
2007-02-27 Mischa POSLAWSKYunused typedefs
2007-02-27 Mischa POSLAWSKYmodernize configure
2007-02-27 Mischa POSLAWSKYremove csv version placeholders
2007-02-27 Mischa POSLAWSKYcode cosmetics
2007-02-27 Mischa POSLAWSKYavoid tabs in documentation
2007-02-27 Mischa POSLAWSKYstrip irrelevant vi preferences
2007-02-27 Mischa POSLAWSKYcode cosmetics from alternate branch
2007-02-27 Mischa POSLAWSKYadd bug report from alternate branch
2007-02-27 Mischa POSLAWSKYdutch messages
2007-02-27 Mischa POSLAWSKYremove reference comments after functions
2007-02-27 Mischa POSLAWSKYsmall typo in docs from upstream v0.52
2007-02-27 Mischa POSLAWSKYcode indenting/alignment fixes
2007-02-27 Mischa POSLAWSKYgeneral function for distributing details
2007-02-27 Mischa POSLAWSKYunofficial version 0.8: chat, code cleanup v0.8
2007-02-27 Mischa POSLAWSKYunofficial version 0.7.2: mainly sync/reset fixes v0.7.2
2007-02-27 Mischa POSLAWSKYunofficial version 0.7.1: ui improvements v0.7.1
2007-02-27 Mischa POSLAWSKYunofficial version 0.7: multiplayer improvements v0.7
2007-02-27 Mischa POSLAWSKYunofficial version 0.6: first major updates v0.6
2007-02-27 Mischa POSLAWSKYinitial interface requests
2007-02-27 Mischa POSLAWSKYmark generated files
2009-03-16 Mark Weavernetris version 0.5 v0.5
next