June 2017 Archives by thread
Starting: Thu Jun 1 18:10:13 UTC 2017
Ending: Fri Jun 30 00:29:55 UTC 2017
Messages: 824
- [colobot] branch debian/master updated (5ab6540 -> 2d7b4dc)
Didier Raboud
- [colobot] 01/100: Post-release 0.1.9-alpha
Didier Raboud
- [colobot] 02/100: Added half-precision floating-point format implementation
Didier Raboud
- [colobot] 03/100: Added types and vertex format specification
Didier Raboud
- [colobot] 04/100: Added rendering with generic vertex formats
Didier Raboud
- [colobot] 05/100: Fix compilation errors in half.cpp
Didier Raboud
- [colobot] 06/100: Fix MSVC2015 compilation error
Didier Raboud
- [colobot] 07/100: Code simplification in CGL14Device
Didier Raboud
- [colobot] 08/100: Correction in changing wrap mode in SetState
Didier Raboud
- [colobot] 09/100: Fix crash on loading saves with produce()d objects (#765)
Didier Raboud
- [colobot] 10/100: Fix GroundSpot blending, closes #846
Didier Raboud
- [colobot] 11/100: Don't allow whitespace player names, closes #840
Didier Raboud
- [colobot] 12/100: Fix buffer overrun when rendering goto() debug texture, closes #841
Didier Raboud
- [colobot] 13/100: Remove remaining "this != nullptr" checks in CBOT, closes #828
Didier Raboud
- [colobot] 14/100: Make CBotFunction implement CBotLinkedList
Didier Raboud
- [colobot] 15/100: Refactor CBotClass and CBotFunction list to std::list
Didier Raboud
- [colobot] 16/100: Remove remaining occurences of "this == nullptr" (#828)
Didier Raboud
- [colobot] 18/100: Refactor CBotCallMethode -> CBotExternalCall
Didier Raboud
- [colobot] 17/100: Remove CBotLinkedList from CBotFunction
Didier Raboud
- [colobot] 19/100: Another this==nullptr fix (#828)
Didier Raboud
- [colobot] 20/100: Fix destructors not being called when program execution ended, closes #859
Didier Raboud
- [colobot] 21/100: Jenkinsfile: Automatically discard old artifacts
Didier Raboud
- [colobot] 22/100: Fix code style issues
Didier Raboud
- [colobot] 23/100: Fix goto() with multiple objects at the exact same position (#732)
Didier Raboud
- [colobot] 24/100: Objects outside BuildType list cannot be build anymore
Didier Raboud
- [colobot] 25/100: update french translation
Didier Raboud
- [colobot] 26/100: Add missing russian translations (#852)
Didier Raboud
- [colobot] 27/100: Fix crash after precompiling a CBot class with errors (#881)
Didier Raboud
- [colobot] 28/100: Add error when object is busy (#871)
Didier Raboud
- [colobot] 29/100: Add coordinates under cursor overlay and copy function (#868)
Didier Raboud
- [colobot] 30/100: Fix bug (?) related to lost cutscenes
Didier Raboud
- [colobot] 31/100: Fix mission end before astronaut death scene is finished (#848)
Didier Raboud
- [colobot] 32/100: Fix some code style
Didier Raboud
- [colobot] 33/100: Allow selectinsect to select other objects with selectable=0
Didier Raboud
- [colobot] 34/100: Some CRobotMain cleanup
Didier Raboud
- [colobot] 35/100: Optimizations and changes in OpenGL 3.3 device.
Didier Raboud
- [colobot] 36/100: Fix code style
Didier Raboud
- [colobot] 37/100: Optimizations and changes in OpenGL 2.1 device.
Didier Raboud
- [colobot] 38/100: Fix apperance camera position, closes #802 (#880)
Didier Raboud
- [colobot] 39/100: Command history for cheat console, closes #316 (PR #869)
Didier Raboud
- [colobot] 40/100: Fix crash on class redefinition, closes #703 (#890)
Didier Raboud
- [colobot] 41/100: Fix increment and decrement syntax
Didier Raboud
- [colobot] 42/100: Fix constructor/destructor and field syntax
Didier Raboud
- [colobot] 43/100: Fix memory leaks in CBOT engine
Didier Raboud
- [colobot] 44/100: Fix game crashing with syntax errors
Didier Raboud
- [colobot] 45/100: Add checking for return statements in functions
Didier Raboud
- [colobot] 46/100: Add syntax for parameters with default values
Didier Raboud
- [colobot] 47/100: Merge pull request #897 from melex750/dev
Didier Raboud
- [colobot] 48/100: Fix aliens being selectable by default (#900)
Didier Raboud
- [colobot] 49/100: Fix Shooter target getting stuck on not selectable objects (#900)
Didier Raboud
- [colobot] 50/100: Update data submodule
Didier Raboud
- [colobot] 51/100: Remove a dead link
Didier Raboud
- [colobot] 52/100: Merge pull request #911 from abenkovskii/patch-1
Didier Raboud
- [colobot] 53/100: Fixed some functions doesn't returning 0 if no error
Didier Raboud
- [colobot] 54/100: Fix execution of default arguments
Didier Raboud
- [colobot] 55/100: Fix using negative numbers in default arguments
Didier Raboud
- [colobot] 56/100: Change bullet collision logic to allow for collisions with non-damageable objects
Didier Raboud
- [colobot] 57/100: Fix amount of damage from OrgaShooters
Didier Raboud
- [colobot] 58/100: Add basics of scoreboard implementation; better support for multiple teams
Didier Raboud
- [colobot] 59/100: Make teams and scoreboard translatable
Didier Raboud
- [colobot] 60/100: Log correct terrain relief resolution
Didier Raboud
- [colobot] 61/100: Fix sky rendering artifact
Didier Raboud
- [colobot] 62/100: Add order= parameter for ScoreboardEndTakeRule
Didier Raboud
- [colobot] 63/100: Add Barricade objects
Didier Raboud
- [colobot] 64/100: Minor documentation fixes
Didier Raboud
- [colobot] 65/100: Add live scoreboard display
Didier Raboud
- [colobot] 66/100: Make code battle start button header translatable
Didier Raboud
- [colobot] 67/100: Display warning if there is not enough energy to shoot
Didier Raboud
- [colobot] 68/100: Jenkinsfile: Update deprecated 'stage' syntax
Didier Raboud
- [colobot] 69/100: Jenkinsfile: Automatically clean workspace after building pull requests
Didier Raboud
- [colobot] 70/100: Jenkinsfile: Don't keep artifacts for old PR builds
Didier Raboud
- [colobot] 71/100: Make UraniumOre not destroyable, closes #777
Didier Raboud
- [colobot] 72/100: Allow ctrl + backspace in the editor. (#839)
Didier Raboud
- [colobot] 73/100: Merge pull request #920 from melex750/dev
Didier Raboud
- [colobot] 74/100: Implement damage alarm (#916)
Didier Raboud
- [colobot] 75/100: Update data submodule
Didier Raboud
- [colobot] 76/100: Updating German locale (#849)
Didier Raboud
- [colobot] 77/100: Fix all compiler warnings and enable -Werror (#955)
Didier Raboud
- [colobot] 78/100: Fix @tomangelo2's code style
Didier Raboud
- [colobot] 79/100: Fix rendering glasses in FPP camera, closes #775 (#959)
Didier Raboud
- [colobot] 80/100: Make deprecation warnings not an error, see #958
Didier Raboud
- [colobot] 81/100: Fix delete() in CBot not destroying PowerCells properly
Didier Raboud
- [colobot] 82/100: Prevent giving scoreboard points to team 0
Didier Raboud
- [colobot] 83/100: Fix handling of particle 'father' objects when they are destroyed
Didier Raboud
- [colobot] 84/100: Don't limit types of objects visible on minimap with fixed image
Didier Raboud
- [colobot] 85/100: Fix aliens not appearing on the minimap, closes #901
Didier Raboud
- [colobot] 86/100: Make TargetBots explode when they run into something
Didier Raboud
- [colobot] 87/100: Fix scoreboard points sometimes being added multiple times
Didier Raboud
- [colobot] 88/100: Fix alien animations after 5d4dfd8cb56066bd170e39adaff6e995a1646806
Didier Raboud
- [colobot] 89/100: Prevent enforcement of ObligatoryToken for level controller scripts
Didier Raboud
- [colobot] 90/100: Make initial scoreboard values editable
Didier Raboud
- [colobot] 91/100: Fix crash after exiting a code battle
Didier Raboud
- [colobot] 92/100: Fix error in edit.cpp in 08d87fa9757a05b66325b9ea77123d098143ddbd
Didier Raboud
- [colobot] 93/100: Update data submodule
Didier Raboud
- [colobot] 94/100: Fix clang builds
Didier Raboud
- [colobot] 95/100: Remove unnecessary m_instance declarations
Didier Raboud
- [colobot] 96/100: Update data submodule
Didier Raboud
- [colobot] 97/100: Release 0.1.10-alpha: Merge branch 'dev'
Didier Raboud
- [colobot] 98/100: Release 0.1.10-alpha: Bump version
Didier Raboud
- [colobot] 99/100: Merge tag 'upstream/0.1.10' into debian/master
Didier Raboud
- [colobot] 100/100: colobot 0.1.10-1 Debian release
Didier Raboud
- [colobot] annotated tag debian/0.1.10-1 created (now f54afb9)
Didier Raboud
- [deng] branch master updated (01e391c -> ee4308d)
Markus Koschany
- [deng] annotated tag debian/1.15.8-5 created (now 482e7ab)
Markus Koschany
- [mame] annotated tag upstream/0.186 created (now 5a76016)
Cesare Falco
- [mame] branch pristine-tar updated (89b426f -> c158626)
Cesare Falco
- [oolite] branch master updated (a0471ef -> 6e81752)
Nicolas Boulenguez
- [oolite] branch upstream updated (73ce7ba -> 955584f)
Nicolas Boulenguez
- [stendhal-installer] branch master created (now e92f9ca)
Carlos Donizete Froes
- [stendhal-installer] branch upstream created (now 37f78ab)
Carlos Donizete Froes
- [stendhal-installer] annotated tag upstream/0.1 created (now 6d726d0)
Carlos Donizete Froes
- [mame] 01/03: Merge tag 'upstream/0.186'
Cesare Falco
- [mame] 02/03: Refresh patches.
Cesare Falco
- [mame] 03/03: Update changelog
Cesare Falco
- [stendhal-installer] branch master updated (e92f9ca -> 8c02f14)
Carlos Donizete Froes
- [stendhal-installer] branch master updated (8c02f14 -> ffecd46)
Carlos Donizete Froes
- [minecraft-installer] branch master created (now 4a6120f)
Carlos Donizete Froes
- [minecraft-installer] branch upstream created (now 2032d58)
Carlos Donizete Froes
- [minecraft-installer] annotated tag upstream/0.1 created (now cc681f6)
Carlos Donizete Froes
- [minecraft-installer] branch master updated (4a6120f -> 6c15186)
Carlos Donizete Froes
- [minetest-v04x] branch master updated (03c3cb9 -> 6410a50)
Markus Koschany
- [minetest-v04x] branch pristine-tar updated (b35df2f -> b71c6ef)
Markus Koschany
- [minetest-v04x] branch upstream updated (5dcc12f -> d938c80)
Markus Koschany
- [minetest-v04x] annotated tag debian/0.4.16+repack-1 created (now c9c7a53)
Markus Koschany
- [minetest-v04x] annotated tag upstream/0.4.16+repack created (now 24803c6)
Markus Koschany
- [minetest-v04x] branch master updated (6410a50 -> 474f4df)
Markus Koschany
- [freedoom] branch master updated (fbf153c -> bed7332)
Fabian Greffrath
- [freedoom] branch pristine-tar updated (75ef0b2 -> 5e8f86d)
Fabian Greffrath
- [freedoom] branch upstream updated (1323e12 -> fc5d302)
Fabian Greffrath
- [freedoom] annotated tag upstream/0.11.2 created (now c774d25)
Fabian Greffrath
- [yquake2] branch debian/master updated (0a4d38c -> ad51fc9)
Simon McVittie
- [minecraft-installer] branch master created (now 6b03e8f)
Carlos Donizete Froes
- [minecraft-installer] branch upstream created (now 711d176)
Carlos Donizete Froes
- [minecraft-installer] annotated tag upstream/0.1 created (now 319deda)
Carlos Donizete Froes
- [lugaru] branch master updated (326b3fe -> 3891de9)
Martin Werner
- [stella] annotated tag debian/4.7.3-1_bpo8+1 created (now f597586)
Stephen Kitt
- [minetest-v04x] branch master updated (474f4df -> 3f0750a)
Markus Koschany
- r15967 - packages/trunk/gamine/debian
Markus Koschany
- r15968 - in packages/tags/gamine: . 1.5-2/debian
Markus Koschany
- [lgogdownloader] branch master updated (729e090 -> bbcc903)
Stephen Kitt
- [lgogdownloader] branch pristine-tar updated (2881fc9 -> 9c5d8a3)
Stephen Kitt
- [lgogdownloader] branch upstream updated (8a53455 -> 845e5b0)
Stephen Kitt
- [lgogdownloader] annotated tag upstream/3.2 created (now 3b3b421)
Stephen Kitt
- [stella] branch master updated (2d0bba6 -> 6e1ce35)
Stephen Kitt
- [hedgewars] branch master updated (efa6d81 -> 39f9571)
Gianfranco Costamagna
- [hedgewars] annotated tag debian/0.9.22-dfsg-14 created (now 5e30e2f)
Gianfranco Costamagna
- [game-data-packager] branch master updated (b0aa67e -> 7ed6bf7)
Alexandre Detiste
- [ioquake3] branch debian/master updated (0ded749 -> 88de73d)
Simon McVittie
- [ioquake3] branch pristine-tar updated (d558c69 -> f75f290)
Simon McVittie
- [ioquake3] branch upstream/latest updated (1d68f9d -> aaa2b09)
Simon McVittie
- [ioquake3] annotated tag debian/1.36+u20170611+dfsg1-1 created (now af432a4)
Simon McVittie
- [ioquake3] annotated tag upstream/1.36+u20170611+dfsg1 created (now 45c23a1)
Simon McVittie
- [openjk] branch debian/master updated (627c688 -> f1201c3)
Simon McVittie
- [openjk] branch pristine-tar updated (ef882f0 -> b76c690)
Simon McVittie
- [openjk] branch upstream/latest updated (72b4878 -> a586cff)
Simon McVittie
- [openjk] annotated tag debian/0_20170610+dfsg1-1 created (now afad6ee)
Simon McVittie
- [openjk] annotated tag upstream/0_20170610+dfsg1 created (now 1ff4f98)
Simon McVittie
- [iortcw] branch debian/master updated (0ee9117 -> b4f3958)
Simon McVittie
- [iortcw] branch pristine-tar updated (d457132 -> 49ac0a4)
Simon McVittie
- [iortcw] branch upstream/latest updated (5e81bde -> 2b5dc27)
Simon McVittie
- [iortcw] annotated tag debian/1.51+dfsg1-1 created (now ded0ab6)
Simon McVittie
- [iortcw] annotated tag upstream/1.51+dfsg1 created (now e4d5ae6)
Simon McVittie
- [iortcw] branch debian/master updated (b4f3958 -> 52c71bc)
Simon McVittie
- [yquake2] branch debian/master updated (ad51fc9 -> d5c3bc4)
Simon McVittie
- [yquake2] branch pristine-tar updated (e3e2763 -> 49ea5c2)
Simon McVittie
- [yquake2] branch upstream/latest updated (0a5508d -> be43825)
Simon McVittie
- [yquake2] annotated tag debian/7.00_dfsg1-1 created (now b5d5374)
Simon McVittie
- [yquake2] annotated tag upstream/7.00_dfsg1 created (now 4b59f76)
Simon McVittie
- [game-data-packager] branch master updated (7ed6bf7 -> 6fdb074)
Simon McVittie
- [quakespasm] branch master updated (fdf4bab -> 1a3bfe2)
Simon McVittie
- [quakespasm] annotated tag debian/0.92.1+dfsg-2 created (now dc82bd3)
Simon McVittie
- [darkplaces] branch master updated (cb3cc74 -> 1f8a9f2)
Simon McVittie
- [darkplaces] annotated tag debian/0_20140513+svn12208-5 created (now 0cebb2d)
Simon McVittie
- [freedoom] branch master updated (bed7332 -> bd38bb2)
Fabian Greffrath
- [freedoom] annotated tag debian/0.11.2-1 created (now df6d324)
Fabian Greffrath
- [openarena] branch debian/master updated (c88bf80 -> 12d6641)
Simon McVittie
- [openarena] annotated tag debian/0.8.8-18 created (now f16ff67)
Simon McVittie
- [libsfml] branch master updated (56700f4 -> 2913dcd)
James Cowgill
- [libsfml] annotated tag debian/2.4.2+dfsg-2 created (now 00ecf5d)
James Cowgill
- [pygame-sdl2] branch master updated (6cc90ab -> c77a02e)
Markus Koschany
- [pygame-sdl2] branch pristine-tar updated (76ef602 -> 7b8082e)
Markus Koschany
- [pygame-sdl2] branch upstream updated (516a513 -> ab11d24)
Markus Koschany
- [pygame-sdl2] annotated tag debian/6.99.12.4-1 created (now 90939cc)
Markus Koschany
- [pygame-sdl2] annotated tag upstream/6.99.12.4 created (now e47d59f)
Markus Koschany
- [lgogdownloader] branch master updated (bbcc903 -> 9a47330)
Stephen Kitt
- [lgogdownloader] annotated tag debian/3.2-1 created (now 07266b6)
Stephen Kitt
- [libcsfml] branch master updated (10672ec -> d33ac59)
James Cowgill
- [libcsfml] annotated tag debian/2.4-2 created (now 5ade11d)
James Cowgill
- [fifechan] branch master updated (06375f5 -> 553adb0)
Markus Koschany
- [fifechan] branch pristine-tar updated (e21424a -> c167ac4)
Markus Koschany
- [fifechan] branch upstream updated (a961030 -> 58ed8c1)
Markus Koschany
- [fifechan] annotated tag debian/0.1.4-1 created (now b3f311f)
Markus Koschany
- [fifechan] annotated tag upstream/0.1.4 created (now 07a829e)
Markus Koschany
- [renpy] branch master updated (8e0e17c -> 7dc5482)
Markus Koschany
- [renpy] branch pristine-tar updated (1f6e6b5 -> 79b6507)
Markus Koschany
- [renpy] branch upstream updated (1dae96a -> 6f50f85)
Markus Koschany
- [renpy] annotated tag debian/6.99.12.4+dfsg-1 created (now 3d285fe)
Markus Koschany
- [renpy] annotated tag upstream/6.99.12.4+dfsg created (now a5235c3)
Markus Koschany
- [minetest-mod-homedecor] branch master updated (58fa972 -> dc87478)
Julien Puydt
- [minetest-mod-homedecor] branch pristine-tar updated (7abf8af -> 9d3f34b)
Julien Puydt
- [minetest-mod-homedecor] branch upstream updated (13a740f -> 14ab20b)
Julien Puydt
- [minetest-mod-homedecor] annotated tag debian/0.4.16-1 created (now 749b5b9)
Julien Puydt
- [minetest-mod-homedecor] annotated tag upstream/0.4.16 created (now 2373047)
Julien Puydt
- [springlobby] branch master updated (23c62eb -> f67033b)
Markus Koschany
- [springlobby] annotated tag debian/0.256+dfsg-2 created (now f8ac0c6)
Markus Koschany
- [game-data-packager] branch master updated (6fdb074 -> 6c71394)
Alexandre Detiste
- [torcs] branch master updated (fb0711c -> 8d1922e)
Markus Koschany
- [torcs] annotated tag debian/1.3.7+dfsg-3 created (now a2a3da1)
Markus Koschany
- [gtkatlantic] branch master updated (db2080b -> db6b80c)
Markus Koschany
- [gtkatlantic] branch pristine-tar updated (7664acc -> 8c962eb)
Markus Koschany
- [gtkatlantic] branch upstream updated (67e2ce8 -> 026ef5a)
Markus Koschany
- [gtkatlantic] annotated tag debian/0.6.2-1 created (now 1e1793a)
Markus Koschany
- [gtkatlantic] annotated tag upstream/0.6.2 created (now e0f080d)
Markus Koschany
- [freeciv] branch master updated (0e70d88 -> b7868e2)
Markus Koschany
- [freeciv] annotated tag debian/2.5.7-2 created (now 1ad7c9a)
Markus Koschany
- [hitori] branch master created (now 2586769)
Markus Koschany
- [hitori] branch pristine-tar created (now d109369)
Markus Koschany
- [hitori] branch upstream created (now 898ee5f)
Markus Koschany
- [hitori] annotated tag debian/0.2.1-1 created (now 1bd214e)
Markus Koschany
- [hitori] annotated tag debian/0.2.2-1 created (now fb70088)
Markus Koschany
- [hitori] annotated tag debian/0.2.3-1 created (now 7514d70)
Markus Koschany
- [hitori] annotated tag debian/0.3.1-1 created (now c1ae4eb)
Markus Koschany
- [hitori] annotated tag debian/0.3.2-1 created (now c0a8f6f)
Markus Koschany
- [hitori] annotated tag debian/0.4.0-1 created (now d616f5f)
Markus Koschany
- [hitori] annotated tag debian/0.4.2-1 created (now 012b041)
Markus Koschany
- [hitori] annotated tag debian/3.14.0.1-1 created (now 38e5a3c)
Markus Koschany
- [hitori] annotated tag debian/3.16.1-1 created (now edfee43)
Markus Koschany
- [hitori] annotated tag debian/3.19.1-1 created (now 906e205)
Markus Koschany
- [hitori] annotated tag debian/3.22.0-1 created (now 6c492f8)
Markus Koschany
- [hitori] annotated tag debian/3.22.3-1 created (now 80899c1)
Markus Koschany
- [hitori] annotated tag upstream/0.3.2 created (now 0bd26ea)
Markus Koschany
- [hitori] annotated tag upstream/3.14.0.1 created (now b8c274f)
Markus Koschany
- [hitori] annotated tag upstream/3.22.0 created (now 7ffaaf5)
Markus Koschany
- [hitori] annotated tag upstream/3.22.3 created (now 44a80b5)
Markus Koschany
- r15969 - in packages: attic trunk
Markus Koschany
- [freeorion] branch master updated (268c06e -> 131c938)
Markus Koschany
- [freeorion] annotated tag debian/0.4.7-2 created (now 94d8503)
Markus Koschany
- [pentobi] annotated tag upstream/13.1 created (now 8f5dfa6)
Juhani Numminen
- [pentobi] branch master updated (733f8f3 -> 9916573)
Juhani Numminen
- [pentobi] branch patch-queue/master deleted (was 6d9b644)
Juhani Numminen
- [eureka] branch master updated (4be2a1e -> 84c7b88)
Fabian Greffrath
- [eureka] annotated tag debian/1.21-2 created (now 481a4b2)
Fabian Greffrath
- [jumpnbump] branch master updated (a275258 -> f5729c9)
Fabian Greffrath
- [jumpnbump] branch pristine-tar updated (4ba9bb3 -> 5b30474)
Fabian Greffrath
- [jumpnbump] branch upstream updated (121b7f5 -> dd386fc)
Fabian Greffrath
- [jumpnbump] annotated tag upstream/1.60 created (now 72d9292)
Fabian Greffrath
- [megaglest-data] 01/03: Declare compliance with Debian Policy 4.0.0.
Markus Koschany
- [megaglest-data] branch master updated (d2144e6 -> 8805574)
Markus Koschany
- [megaglest-data] annotated tag debian/3.13.0-2 created (now 483c258)
Markus Koschany
- [megaglest] branch master updated (e8fd0f1 -> b5ea34c)
Markus Koschany
- [megaglest] annotated tag debian/3.13.0-2 created (now bc66289)
Markus Koschany
- [gtkatlantic] branch master updated (db6b80c -> 2bf8053)
Markus Koschany
- [gtkatlantic] annotated tag debian/0.6.2-2 created (now 15d122f)
Markus Koschany
- [bzflag] branch master updated (99448e1 -> cf92afa)
Markus Koschany
- [bzflag] annotated tag debian/2.4.10-2 created (now f0a2e4c)
Markus Koschany
- [neverball] branch master updated (dd6ea42 -> 6f442ea)
Markus Koschany
- [neverball] annotated tag debian/1.6.0-8 created (now 63a79da)
Markus Koschany
- [jumpnbump] branch master updated (f5729c9 -> a24008b)
Fabian Greffrath
- [jumpnbump] branch master updated (a24008b -> 8632fed)
Fabian Greffrath
- [jumpnbump] annotated tag debian/1.60-1 created (now a42707d)
Fabian Greffrath
- [openarena] branch debian/master updated (12d6641 -> 9943b23)
Simon McVittie
- [game-data-packager] branch master updated (6c71394 -> a9c8477)
Simon McVittie
- [openarena] branch debian/master updated (9943b23 -> 535c450)
Simon McVittie
- [openarena] annotated tag debian/0.8.8-19 created (now 825e66f)
Simon McVittie
- [ioquake3] branch debian/master updated (88de73d -> bc1bc6f)
Simon McVittie
- [iortcw] branch debian/master updated (52c71bc -> 5f7ee9f)
Simon McVittie
- [openjk] branch debian/master updated (f1201c3 -> 65de10b)
Simon McVittie
- [simutrans] branch master updated (a2efaa5 -> b45b386)
Jörg Frings-Fürst
- [simutrans] branch pristine-tar updated (4f57e48 -> f35ca8b)
Jörg Frings-Fürst
- [simutrans] branch upstream updated (b246e32 -> ab5c492)
Jörg Frings-Fürst
- [simutrans] annotated tag upstream/120.2.2 created (now f655c81)
Jörg Frings-Fürst
- [simutrans] branch master updated (b45b386 -> 2417c79)
Jörg Frings-Fürst
- [simutrans-pak64] branch master updated (6315607 -> 56af8cd)
Jörg Frings-Fürst
- [simutrans-pak64] 01/03: Rewrite d/watch
Jörg Frings-Fürst
- [simutrans-pak64] branch pristine-tar updated (9973473 -> 5f0eede)
Jörg Frings-Fürst
- [simutrans-pak64] branch upstream updated (7d5db49 -> 5333fe5)
Jörg Frings-Fürst
- [simutrans-pak64] 01/01: New Upstream release; Use pak files without rebuild
Jörg Frings-Fürst
- [simutrans-pak64] branch master updated (56af8cd -> f48b56c)
Jörg Frings-Fürst
- [simutrans-pak64] branch master updated (f48b56c -> 1fcaa97)
Jörg Frings-Fürst
- [simutrans] branch master updated (2417c79 -> 2cc3f57)
Jörg Frings-Fürst
- [simutrans] annotated tag 120.2.2-1 created (now 6f3a8b6)
Clint Adams
- [lugaru] branch master updated (3891de9 -> 04eef47)
Vincent Prat
- [armagetronad] branch master updated (9897886 -> 2bf8fbe)
Markus Koschany
- [armagetronad] annotated tag debian/0.2.8.3.4-2 created (now e438087)
Markus Koschany
- [asc] branch master updated (87d0012 -> b20cb32)
Markus Koschany
- [asc] annotated tag debian/2.6.1.0-2 created (now 9edbb28)
Markus Koschany
- [adonthell-data] branch master updated (5159078 -> 0c80606)
Markus Koschany
- [adonthell-data] annotated tag debian/0.3.6-2 created (now 0d7133b)
Markus Koschany
- [minetest-v04x] branch master updated (3f0750a -> 3cc43b4)
Markus Koschany
- [minetest-v04x] annotated tag debian/0.4.16+repack-2 created (now ce8fc97)
Markus Koschany
- [briquolo] branch master updated (7b2b0e9 -> fea23a1)
Markus Koschany
- [briquolo] annotated tag debian/0.5.7-8 created (now ca625cc)
Markus Koschany
- [foobillardplus] branch master updated (0fca8b9 -> bc2604e)
Markus Koschany
- [foobillardplus] annotated tag debian/3.43_svn170+dfsg-4 created (now 26a6bf4)
Markus Koschany
- [gamazons] branch master updated (cb34368 -> cc9b07f)
Markus Koschany
- [gamazons] annotated tag debian/0.83-8 created (now 165a923)
Markus Koschany
- [openjk] branch debian/master updated (65de10b -> 90fad7e)
Simon McVittie
- [iortcw] branch debian/master updated (5f7ee9f -> babc830)
Simon McVittie
- [ioquake3] branch debian/master updated (bc1bc6f -> 8a2eb42)
Simon McVittie
- [game-data-packager] branch master updated (a9c8477 -> 596afce)
Simon McVittie
- [yquake2] branch debian/master updated (d5c3bc4 -> 5f1e9ec)
Simon McVittie
- [yquake2] branch pristine-tar updated (49ea5c2 -> a6b1a0a)
Simon McVittie
- [yquake2] branch upstream/latest updated (be43825 -> 27ee4fa)
Simon McVittie
- [yquake2] annotated tag debian/7.01_dfsg1-1 created (now 85515e3)
Simon McVittie
- [yquake2] annotated tag upstream/7.01_dfsg1 created (now baf4554)
Simon McVittie
- [asciijump] branch master updated (eca7fd6 -> 9581a00)
Takaki Taniguchi
- [asciijump] annotated tag debian/1.0.2.beta-7 created (now 8db5d24)
Takaki Taniguchi
- [asciijump] annotated tag debian/1.0.2_beta-8 created (now 05da541)
Takaki Taniguchi
- [yquake2] branch debian/master updated (5f1e9ec -> fe085b0)
Simon McVittie
- [blockattack] branch master updated (fd4bbd9 -> 92a6e6a)
Markus Koschany
- [blockattack] branch pristine-tar updated (e7fae6b -> feead26)
Markus Koschany
- [blockattack] branch upstream updated (d494c42 -> caa8812)
Markus Koschany
- [blockattack] annotated tag debian/2.1.1-1 created (now 2c2ac3b)
Markus Koschany
- [blockattack] annotated tag upstream/2.1.1 created (now c83178f)
Markus Koschany
- [jumpnbump] branch master updated (8632fed -> 0914115)
Fabian Greffrath
- [jumpnbump] annotated tag debian/1.60-2 created (now efe8e84)
Fabian Greffrath
- [openarena] branch debian/master updated (535c450 -> 66db17e)
Simon McVittie
- [mame] tag debian/0.186-1 created (now d4a42c5)
Cesare Falco
- r15970 - in packages/trunk/3dchess/debian: . icons patches
Markus Koschany
- r15971 - in packages/tags/3dchess: ! dirs' list truncated !
Markus Koschany
- [lincity-ng] branch master updated (ef0daf9 -> 77aa55e)
Markus Koschany
- [lincity-ng] annotated tag debian/2.9_git20150314-3 created (now ea00f28)
Markus Koschany
Last message date:
Fri Jun 30 00:29:55 UTC 2017
Archived on: Fri Jun 30 00:30:00 UTC 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).