-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
728 lines (540 loc) · 27.9 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
2023-12-07 Ismael Luceno <ismael@sourcemage.org>
* games-engines/irrlichtmt: new spell, Minetest's fork of Irrlicht
2023-11-16 Conner Clere <xenanthropy@sourcemage.org>
* games-z-rejected/vinegar: removed, moving to z-rejected grimoire
2023-09-30 Conner Clere <xenanthropy@sourcemage.org>
* games-z-rejected/vinegar: new spell, minimal bootstrapper for roblox
2022-09-28 Ismael Luceno <ismael@sourcemage.org>
* games-data/freedm: new spell, DeadMatch game part of the Freedoom
project
2022-09-05 Vlad Glagolev <stealth@sourcemage.org>
* accounts, groups: sync account data with test grimoire
2022-06-12 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-utils/mumble: move to test grimoire
2021-12-31 Ismael Luceno <ismael@sourcemage.org>
* games-libs/dumb: new spell, dynamic universal music bibliotheque
* games-arcade-2d/alex4: new spell, Alex the Allegator 4
2021-09-16 Ismael Luceno <ismael@sourcemage.org>
* games-emulators/openmsx: new spell, MSX emulator
2021-01-19 Ismael Luceno <ismael@sourcemage.org>
* games-board/gnubg: new spell, GNU Backgammon
2020-01-26 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* FUNCTIONS: filter -fno-plt in disable_pic
2019-11-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* FUNCTIONS: install to /usr/games and /usr/share/games when using
cmake
* CMAKE_*: added
2019-07-08 Eric Sandall <sandalle@sourcemage.org>
* FUNCTIONS: In disable_pic, check 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
SMGL_COMPAT_ARCH[1] from x86_64 to em64t.
2018-04-24 Vlad Glagolev <stealth@sourcemage.org>
* games-emulators/nestopia: new spell, portable NES/Famicom emulator
written in C++
2018-03-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-fps/eduke32: new spell, a port of the Duke Nukem 3D engine
2018-01-15 Ismael Luceno <ismael@sourcemage.org>
* games-emulators/xmame: spell deprecated [project dead, x11 support
available in mame]
2017-12-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* FUNCTIONS: port changes to qt*_cmake_build from test grimoire
2017-12-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* FUNCTIONS: add qt5_cmake_build
2017-11-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* glselect.function, FUNCTIONS: add glselect
* FUNCTIONS: make sure cmake doesn't install anything into lib64
2017-11-12 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-engines/openmw: new spell, a recreation of the Morrowind engine
2017-09-23 Ismael Luceno <ismael@sourcemage.org>
* games-emulators/mame: new spell, Multiple Arcade Machine Emulator
2017-01-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-simulation/pioneer: new spell, a space exploration game in the
spirit of Elite
2016-10-04 Vlad Glagolev <stealth@sourcemage.org>
* games-puzzles/gtk-sudoku: new spell, GTK Sudoku
2016-04-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-simulation/simutrans: new spell, a transportion and economy
simulator
* games-data/simutrans-pak64: new spell, 64x64 graphics for simutrans
* games-data/simutrans-pak128: new spell, 128x128 graphics for simutrans
* games-data/simutrans-pak128-german: new spell, german 128x128 graphics
for simutrans
2016-01-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-emulators/fs-uae: new spell, an Amiga emulator
2015-06-23 Ismael Luceno <ismael@sourcemage.org>
* games-arcade-2d/chromium: spell deprecated [renamed to chromium-bsu]
2015-01-09 Ismael Luceno <ismael@sourcemage.org>
* games-libs/allegro5: new spell, A game programming library
2014-09-18 Jeremy Blosser <jblosser@sourcemage.org>
* games-engines/irrlicht: new spell, high performance realtime 3D engine
2014-09-16 Jeremy Blosser <jblosser@sourcemage.org>
* FUNCTIONS: add get_scm_version
* games-simulation/minetest: new spell, infinite-world block sandbox game with survival and crafting
* games-simulation/minetest_game: new spell, the main game for the Minetest game engine
2014-02-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-utils/fgfs-atlas: new spell, a moving map for flightgear
2014-01-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* FUNCTIONS: add prepare_select_branch and get_up_spell_name
2014-01-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-data/fgfs-bombable: new spell, a combat flight simulation
addon for flightgear
2013-03-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-simulation/dangerdeep: new spell, a WW2 submarine simulation
2013-03-16 Javier Vasquez <j.e.vasquez.v@gmail.com>
* games-cards/pysolfc: new spell, a fork of pysol
2013-02-17 Ismael Luceno <ismael@sourcemage.org>
* games-rpg-mp/manaplus: new spell, a fork of manasource
2012-12-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-arcade-2d: new spell, a tetris clone
2012-12-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-simulation/speed-dreams: new spell, a racing game
2012-01-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* games-terminal/nitrohack: new spell, a nethack fork with improved user
interface
2012-01-09 Vlad Glagolev <stealth@sourcemage.org>
* games-fps/xonotic: new spell, free, open source, ultra-fast
first-person shooter (successful fork of Nexuiz)
2011-10-13 Bor Kraljič <pyrobor@ver.si>
* games-arcade-2d/cuyo: removed, no longer supported (qt-x11 was removed)
* games-board/mahjongg3d: removed, no longer supported (qt-x11 was removed)
* games-utils/lotrmap: removed, no longer supported (qt-x11 was removed)
2011-10-12 Bor Kraljič <pyrobor@ver.si>
* games-emulators/kaf: removed, no longer supported (qt-x11 was removed)
* games-unmaintained/ksirk: removed, no longer supported (kde3 was removed)
2011-10-10 Bor Kraljič <pyrobor@ver.si>
* games-ggz/ggz-kde-client: removed, no longer supported (kde3 will be removed)
* games-ggz/ggz-kde-games: removed, no longer supported (kde3 will be removed)
* games-rpg-mp/kmuddy: removed, no longer supported (kde3 will be removed)
2011-02-19 Vlad Glagolev <stealth@sourcemage.org>
* games-board/ggoban: new spell, go game GTK+ interface
2010-12-14 Ismael Luceno <ismael@sourcemage.org>
* gurus.gpg: added my key
2010-10-03 Vlad Glagolev <stealth@sourcemage.org>
* games-board/dreamchess: new spell, open source chess game
* games-board/gshogi: new spell, open source Shogi game
2010-04-26 Eric Sandall <sandalle@sourcemage.org>
* games-utils/gtkevemon: Added an EVE-Online skill monitoring tool
2010-04-20 Eric Sandall <sandalle@sourcemage.org>
* games-strategy-rts/globulation2: Removed deprecated spell
2010-03-27 Ismael Luceno <ismael@sourcemage.org>
* games-rpg-mp/tmw: New Spell, The Mana World, a MMORPG
2010-03-24 Eric Sandall <sandalle@sourcemage.org>
* games-utils/pyfa: Added a Python Fitting Assistant for EVE-Online
2009-08-09 Julien "_kaze_" ROZO <julien@rozo.org>
* games-emulators/advancescan: new spell, a command line rom manager
for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine.
2009-07-25 Julien "_kaze_" ROZO <julien@rozo.org>
* games-arcade-3d/openastromenace: new spell, 3D space shooter
2009-07-22 Donald Johnson <ltdonny@gmail.com>
* games-terminal/tintin++: New spell, MUD client
2009-06-18 Eric Sandall <sandalle@sourcemage.org>
* FUNCTIONS: Added default_install_python from grimoire
Added default_build_python from grimoire
* games-rpg-mp/pylotro: Added a new LotRO and DDO graphical launcher
* games-rpg-mp/lotrolinux: Deprecated into pylotro
2009-04-12 Eric Sandall <sandalle@sourcemage.org>
* gnu.gpg: Copied from test
2009-03-01 Eric Sandall <sandalle@sourcemage.org>
* FUNCTIONS: Copy qt4_cmake_build from grimoire.git/FUNCTIONS
2009-01-08 Julien "_kaze_" ROZO <julien@rozo.org>
* games-emulators/mupen64plus: new spell, nintendo 64 emulator
2008-12-24 Julien "_kaze_" ROZO <julien@rozo.org>
* FUNCTIONS: added cmake_build function from test grimoire
2008-10-23 Mathieu Lonjaret <lejatorn@sourcemage.org>
* games-arcade-2d/xblast: new spell
2008-10-08 Ladislav Hagara <hgr@vabo.cz>
* games-arcade-2d/monsterz: new spell, a puzzle game
2008-09-12 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* FUNCTIONS: not even all caps can prevent a bug
2008-07-18 Alexander Tsamutali <astsmtl@gmail.com>
* games-arcade-2d/btanks: new spell, fast 2d tank arcade game with
multiplayer and split-screen modes
2008-06-26 Alexander Tsamutali <astsmtl@gmail.com>
* games-utils/mumble: new spell, low-latency, high-quality voice
communication for gamers
2008-05-21 Alexander Tsamutali <astsmtl@gmail.com>
* games-board/vulcan: new spell, Tri-D Chess inspired by Star Trek
2008-04-29 Eric Sandall <sandalle@sourcemage.org>
* games-engines/childsplay: Added a suite for educational games
* games-data/childsplay-plugins: Added a basic set of plugins
for childsplay
* games-puzzles/gcompris: Added an educational game suite
2008-04-23 Alexander Tsamutali <astsmtl@gmail.com>
* games-utils/springlobby: new spell, free cross-platform lobby client
for the Spring RTS project
2008-04-08 Alexander Tsamutali <astsmtl@gmail.com>
* games-strategy-tbs/outerspace-launcher: new spell, Outer Space Launcher
2008-04-03 Ethan Grammatikidis <eekee57@fastmail.fm>
* games-puzzles/xbomb: New spell, Minesweeper with different
grid shapes.
2008-03-29 Ismael Luceno <ismael@sourcemage.org>
* games-emulators/desmume: New spell, Nintendo DS emulator.
2008-03-02 Vlad Glagolev <stealth@sourcemage.org>
* gurus.gpg: added my key
2008-02-25 Dale E. Edmons <linuxfan@sourcemage.org>
* games-arcade-3d/supertuxkart: New game spell.
2008-02-25 Dale E. Edmons <linuxfan@sourcemage.org>
* games-strategy-rts/globulation2: Deprecated in favor of glob2.
* games-strategy-rts/glob2: Created from globulation2 and updated.
2008-02-22 Dale E. Edmons <linuxfan@sourcemage.org>
* games-unmaintained/xpenguins_applet: Removed from games (dup).
2008-02-21 Dale E. Edmons <linuxfan@sourcemage.org>
* games-rpg-sp/egoboo: New game spell.
2008-02-21 Dale E. Edmons <linuxfan@sourcemage.org>
* edutainment/: Removed this section
* edutainment/lotrmap: moved to games-utils/lotrmap
* edutainment/gtypist: moved to test/education
* edutainment/tuxmath: moved to test/education
* edutainment/tuxpaint: moved to test/education
* edutainment/tuxtype: moved to test/education
* edutainment/xpenguins: duplicated in wm-addons/xpenguins
* edutainment/xpenguins-applet: duplicated in wm-addons/xpenguins-applet
* edutainment/xpenguins_themes: duplicate of wm-addons/xpenguins_themes
2008-02-10 Lubomir Blaha <lblaha@sourcemage.org>
* fuse.gpg: added for zx-fuse stuff
2008-02-10 Dale E. Edmons <linuxfan@sourcemage.org>
* games-arcade-2d/atris: Added new atris game.
2008-02-09 Dale E. Edmons <linuxfan@sourcemage.org>
* games-strategy-rts/lgeneral: Added new lgeneral game.
2008-01-31 Eric Sandall <sandalle@sourcemage.org>
* games-rpg-mp/lotrolauncher: Added LotRO and DDO launcher script
2008-01-30 Eric Sandall <sandalle@sourcemage.org>
* games-rpg-mp/lotrolinux: Added LotRO and DDO graphical launcher
2008-01-30 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-arcade-3d/extreme-tuxracer: renamed
* games-arcade-3d/extremetuxracer: renamed to proper name
2008-01-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* libcompat: added is_depends_enabled function
2008-01-23 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* games-engines/gemrb: An Infinity Engine clone
2008-01-20 Julien "_kaze_" ROZO <julien@rozo.org>
* gurus.gpg: added my key
2008-01-17 Remko van der Vossen <wich@sourcemage.org>
* games-terminal/sl: moved sl to master grimoire
* games-terminal/sl: New spell, joke to annoy those who misspell ls
2008-01-06 Eric Sandall <sandalle@sourcemage.org>
* games-libs/ember-media: Moved to games-data/ember-media
* games-strategy-rts/spring: Moved to games-engines/spring (thanks
ruskie)
* games-utils/wfut: Added WorldForge Update Tool
* games-libs/libwfut: Added C++ WorldForge Update Too library
2008-01-05 Eric Sandall <sandalle@sourcemage.org>
* games-strategy-rts/spring: Added open source RTS engine
2007-11-11 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-strategy-rts/boswars: deprecated
2007-11-11 Alexander Tsamutali <astsmtl@gmail.com>
* games-rpg-sp/scourge: new spell, rogue-like game with OpenGL front-end
2007-10-30 Alexander Tsamutali <astsmtl@gmail.com>
* games-strategy-rts/snowballz: new spell, fun, free snowballing game
2007-10-17 Eric Sandall <sandalle@sourcemage.org>
* games-data/freeciv-freeland-medium: Added medium freeciv freeland
tileset
2007-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* is_depends_enabled.function: added.
2007-09-27 Alexander Tsamutali <astsmtl@gmail.com>
* games-arcade-3d/extreme-tuxracer: new spell, racing game featuring Tux
* games-simulation/crrcsim: new spell, a model-airplane flight
simulation program
2007-09-02 Alexander Tsamutali <astsmtl@gmail.com>
* games-arcade-3d/stormbaancoureur: new spell, simulated obstacle course
for automobiles
2007-07-15 Ethan "eekee" Grammatikidis <eekee57@fastmail.fm>
* edutainment/celestia: Removed depreciated spell
2007-06-08 Eric Sandall <sandalle@sourcemage.org>
* games-cards/elitaire: Moved from test/e/elitaire (Bug #13821)
2007-05-02 Eric Sandall <sandalle@sourcemage.org>
* games-strategy-tbs/freecol: Free Colonization clone
2007-04-26 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-libs/bullet: new spell, 3D Collision Detection and Rigid Body
Dynamics Library
* games-emulators/zx-fuse-utils: new spell, utils for zx-fuse
2007-04-24 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-puzzle/pipepanic: new game, connect the pipes from point a to b
2007-04-23 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-arcade-2d/diameter: new game, arcade with some adventure and
economy
* games-arcade-2d/paratim: new game, Remake of the old DOS game Paratrooper
* games-board/brutalchess: new game, a chess game...
* games-strategy-tbs/ufoai: new game, Free X-Com clone
2007-04-22 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-puzzles/symbolica: new game, A remake of the C-64 game Symbolica.
* games-arcade-2d/tuxanci: new game, a 2d deathmatch game
* games-simulation/vdrift: new game, drift racing simulation
* games-libs/allegrogl: new library, allegro GL interface
* games-arcade-2d/ballz: new game, fun platformer where you control
a ball
* games-arcade-2d/openlierox: new game, liero clone based on original
source
* games-engines/reminiscence: new game engine, runs flashback data
* games-libs/hawknl: new lib, network wrapper
2007-04-01 Jeremy Blosser <jblosser-smgl@firinn.org>
* accounts, groups: Sync with primary grimoire.
2007-03-29 Pol Vinogradov <vin.public@gmail.com>
* games-board/crafty: removed, has license issues
2007-03-16 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: use on instead of off for checking about stage
2007-03-14 Pol Vinogradov <vin.public@gmail.com>
* games-rpg-sp/spectalum: new spell, an engine remake of Eye of
Beholder 2 - The Legend of Darkmoon
2007-03-13 Pol Vinogradov <vin.public@gmail.com>
* FUNCTIONS: perform removal of parent dirs to get rid of them in
compile/install logs
2007-03-12 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: added removal of empty gather docs dirs, minor fix for
STAGED_INSTALL, argh... not my day...
2007-03-05 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-strategy-rts/bos: deprecated in favour of boswars
* games-strategy-rts/boswars: added instead of bos
2007-02-21 Eric Sandall <sandalle@sourcemage.org>
* games-data/freeciv-freeland-normal: Added freeciv freeland tileset
* games-data/freeciv-freeland-big: Added freeciv big freeland tileset
2007-02-14 Pol Vinogradov <vin.public@gmail.com>
* games-utils/xmoto-edit: new spell, level editor for X-Moto
2006-12-26 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS, games-data/FUNCTIONS, games-utils/FUNCTIONS: updated
2006-12-15 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-strategy-tbs/hedgewars: moved to games-arcade-2d/hedgewars
where wormux already is
2006-12-05 David Brown <dmlb2000@gmail.com>
* FUNCTIONS: games make proper binary fixed variable problems
2006-12-04 David Brown <dmlb2000@gmail.com>
* FUNCTIONS: games_make_proper_binary made the proper way to check for
staging and to see if its on
2006-11-25 Pol Vinogradov <vin.public@gmail.com>
* games-strategy-rts/dunelegacy: new spell, free clone of Dune2
* games-strategy-tbs/hedgewars: new spell, free Worms-like turn based
strategy game
2006-11-16 David Brown <dmlb2000@gmail.com>
* FUNCTIONS: games_make_proper_binary removed hack to check for stage
root because it won't work shortly...
2006-11-04 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* libcompat: added from test
2006-10-13 Alexander Tsamutali <astsmtl@gmail.com>
* games-simulation/cultivation: new spell, a game about a community of
gardeners growing food for themselves in a shared space.
2006-09-17 Pol Vinogradov <vin.public@gmail.com>
* games-board/jin: new spell, chess game written in Java
2006-08-29 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-data/acorn-music: moved from games-libs
* games-data/mason-media: moved from games-libs
2006-08-24 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-puzzles/wordsearch: new spell
* games-arcade-2d/bloboats: new spell
2006-08-18 Pol Vinogradov <vin.public@gmail.com>
* games-strategy-rts/glest: new spell, a cross-platform 3D realtime
strategy game
2006-08-13 Pol Vinogradov <vin.public@gmail.com>
* games-puzzles/4stattack: new spell, Connect-4 game, single or
network multiplayer
* games-arcade-2d/airstrike: Airstrike is a 2d dogfighting game
2006-08-12 Pol Vinogradov <vin.public@gmail.com>
* games-puzzles/einstein: Einstein's famous puzzle game
2006-07-08 John Harding <johnh@kuberaconsulting.com>
* games-arcade-2d/armagetron: Removed game due to the devs no longer
developing or supporting. They have released armagetronad.
2006-07-02 David Brown <dmlb2000@gmail.com>
* FUNCTIONS: fixed default_post_install to handle stage root sorcery
2006-06-30 Pol Vinogradov <vin.public@gmail.com>
* games-arcade-2d/openmortal: new game, Open Mortal is a parody of the once popular
coin-up fighting game, Mortal Kombat
2006-06-29 Pol Vinogradov <vin.public@gmail.com>
* games-simulation/billardgl: new spell, BillardGL is an OpenGL pool billiard simulation.
2006-06-24 Thomas Orgis <sobukus@sourcemage.org>
* FUNCTIONS: added alpha as PICy arch to disable_pic
2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
* API_VERSION: added so the grimoire defaults to BUILD_API=2,
all spells not using that yet have been switched to use API=1
explicitly
2006-06-08 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: use X11-SERVER nod X11-LIBS for the server check
2006-06-07 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: added functions to check for xorg-modular stuff, minor fix
2006-05-22 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-ggz: use the same FUNCTIONS file as games-libs
2006-05-16 Daniel Goller <dgoller@satx.rr.com>
* edutainment/celestia: moved to devel/science/celestia, it's more
appropriate there.
2006-04-29 Alex S. Tsamutali <astsmtl@gmail.com>
* games-puzzles/trimines: new spell, a mine sweeper game that uses triangles
2006-04-25 John Harding <johnh@kuberaconsulting.com>
* games-arcade-2d/armagetron: deprecated
* games-arcade-2d/armagetronad: added at recommendation of author's site
2006-04-11 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: added a new function: disable_pic()
should be used when needing to get rid of -fPIC and -DPIC flags,
missed a "
2006-04-10 Arwed v. Merkatz <v.merkatz@gmx.net>
* games-puzzles/gplanarity: new spell
2006-04-08 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: the url should use $SPELL variable to generate the URL
2006-04-04 Benjamin 'Asaru' Dirks <asaru@wtnet.de>
* games-arcade-2d/viruskiller: new spell
2006-04-03 Benjamin 'Asaru' Dirks <asaru@wtnet.de>
* games-fps/tremulous: new spell
2006-04-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-emulators/e-uae: branched from uae transmutation
* games-emulators/uae: transmutation to e-uae
* games-emulators/snes9x: moved to z-games
* games-strategy-rts/freerails: obliterated
2006-03-29 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-data/flight_of_the_amazon_queen: new spell
* games-data/beneath_a_steel_sky: new spell
* FUNCTIONS: put invoke_gcc from default_build to
default_pre_build as per #10641
* games-data/FUNCTIONS: cleanup
* games-libs/FUNCTIONS: cleanup
2006-03-26 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: minor fix
2006-03-25 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: added verify_file
2006-03-24 Flavien Bridault <vlaaad@sourcemage.org>
* games-libs/glew: moved to test/graphics-libs
* games-libs/soya: moved to test/python-devel
2006-03-20 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-terminal/zangband: moved to z-rejected/z-games non-Free
* games-data/fortune-firefly: new spell
* games-fps/quake2: moved to games-engines/quake2, it no longer bothers with the data
2006-03-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* FUNCTIONS: adding some fixes
2006-02-28 Mathieu Lonjaret <lejatorn@sourcemagecom>
* games-arcade-3d: added new spells xshipwars-client and
xshipwars-server
2006-02-25 George Sherwood <george@beernabeer.com>
* games-simulation/simgear: Moved to games-libs
* games-simulation/fgfs-base: Moved to games-data
2006-02-12 Neuron <vlmarek@volny.cz>
* games-libs/soya: new spell
2006-02-12 Neuron <vlmarek@volny.cz>
* games-libs/pysdl_mixer: new spell
2006-02-12 Neuron <vlmarek@volny.cz>
* games-libs/glew: new spell
2006-02-12 Neuron <vlmarek@volny.cz>
* games-libs/py2play: new spell
2006-01-23 Neuron <vlmarek@volny.cz>
* games-strategy-rts/singularity: new spell
2005-12-30 Eric Sandall <sandalle@sourcemage.org>
* games-rpg-mp/crossfire{,-client}-data: Moved to games-data
2005-12-22 Eric Sandall <sandalle@sourcemage.org>
* games-libs/sear-media: Moved to games-data/sear-media
2005-12-21 Eric Sandall <sandalle@sourcemage.org>
* games-data/luola-{stdlevels,nostalgia}: Added level packs for luola
2005-12-16 Neuron <vlmarek@volny.cz>
* games-data/fillets-ng-data-cs: deprecated
2005-12-11 Neuron <vlmarek@volny.cz>
* games-rpg-sp/gearhead: new spell
2005-12-08 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-data/FUNCTIONS: default_build is true
* games-utils/FUCTIONS: default_build uses default_build
* games-libs/FUCTIONS: default_build uses default_build
2005-11-28 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-libs/FUNCTIONS: modified to use normal post/pre install
* games-utils/FUNCTIONS: modified to use normal post/pre install
2005-10-17 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-data/FUNCTIONS: synced from FUNCTIONS,
removed games_make_proper_binary code
* games-libs/FUNCTIONS: synced from FUNCTIONS,
removed games_make_proper_binary code
* games-libs/clanlib: to clanlib6
* games-libs/clanlib6: branched from clanlib
* games-libs/clanlib-devel: to clanlib
* games-libs/clanlib: branched from clanlib
2005-11-15 Eric Sandall <sandalle@sourcemage.org>
* accounts, groups: Sync with test
2005-11-13 Eric Sandall <sandalle@sourcemage.org>
* accounts: Sync with test
* groups: Sync with test
Added disk:6:, cdrom:24:, and floppy:25:
2005-11-12 Arwed v. Merkatz <v.merkatz@gmx.net>
* games-board/quarry: new spell
2005-11-02 Eric Sandall <sandalle@sourcemage.org>
* gurus.gpg: Revoked my sha1 E08D7131 key and added rsa 38D489C7 key
2005-10-30 Eric Sandall <sandalle@sourcemage.org>
* FUNCTIONS: Added invoke_gcc() from test/FUNCTIONS
2005-10-17 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-emulators/VisualBoyAdvanced: lo-case deprecation after 5 months
* games-rpg-mp/gMOO: lo-case deprecation
* games-arcade-2d/asteroids3D: lo-case deprecation
2005-08-17 Eric Sandall <sandalle@sourcemage.org>
* gurus.gpg: Integrated from test grimoire (forced integrate)
2005-06-20 Andrew Stitt <astitt@sourcemage.org>
* FUNCTIONS: Add a compatibility unpack_file function in case someone
uses an early adopter but has not updated sorcery.
2005-06-12 Eric Sandall <sandalle@sourcemage.org>
* games-rpg-sp/{ember,sear}: Moved to games-rpg-mp
2005-05-11 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* arcade/CritticalMass: deprecated
2005-05-03 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-z-rejected: moved to z-rejected/z-games
* games-http/pstreamer: moved to games-utils/pstreamer
* games-http/psychoquery: moved to games-utils/psychoquery
* games-http/psychostats: moved to games-utils/psychostats
* games-http/qstat: moved to games-utils/qstat
* games-http/xqf: moved to games-utils/xqf
* rpg/crossfire-client-data: moved to games-rpg-mp/crossfire-client-data
* rpg/crossfire-client: moved to games-rpg-mp/crossfire-client
* rpg/crossfire-data: moved to games-rpg-mp/crossfire-data
* rpg/crossfire: moved to games-rpg-mp/crossfire
* rpg/falconseye: moved to games-rpg-sp/falconseye
* rpg/gtk2hack: moved to games-rpg-sp/gtk2hack
* rpg/freedroidrpg: moved to games-rpg-sp/freedroidrpg
* rpg/ivan: moved to games-rpg-sp/ivan
* puzzle/*: moved to games-puzzles/*
* emulators/*: moved to games-emulators/*
* cards/*: moved to games-cards/*
* board/*: moved to games-board/*
* go/*: moved to games-board/*
2005-04-08 Eric Sandall <sandalle@sourcemage.org>
* libaccount, accounts, groups: Branched from devel
2005-04-07 Eric Sandall <sandalle@sourcemage.org>
* FUNCTIONS: Branched from devel so games has up-to-date FUNCTIONS
2005-03-31 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* 3D/TORCS: Removed deprecated
* flight/SearchAndRescue: Renamed to flight/searchandrescue
* games-libs/SDLmm: Renamed to games-libs/sdlmm
* games-z-rejected/AmericasArmy: Renamed to games-z-rejected/americasarmy
* games-z-rejected/eClient: Rendamed to games-z-rejected/eclient
* shooters/AlephOne-m2: Renamed to shooters/alephone-m2
* shooters/AlephOne-minf: Renamed to shooters/alephone-minf
* strategy/ASC: Removed deprecated
2005-03-16 Eric Sandall <sandalle@sourcemage.org>
* arcade/CriticalMass: Renamed to arcade/criticalmass
* arcade/Maelstrom: Removed deprecated spell
2005-02-23 Eric Sandall <sandalle@sourcemage.org>
* 3D/TORCS: Renamed to 3D/torcs
2005-02-13 Neuron <vlmarek@volny.cz>
* rpg/ivan: Added new rogue-like game with graphics
2005-01-25 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* 3D/reaper: deprecated, project seems dead for over two years, fails to
compile
2005-01-23 Neuron <vlmarek@volny.cz>
* arcade/blobwars: Added new spell
2005-01-18 Arwed v. Merkatz <v.merkatz@gmx.net>
* terminal/*: renamed section to games-terminal due to a name conflict with
a spell
2005-01-16 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* 3D/glaxium: deprecated, no longer supported upstream
2004-12-29 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* edutainment/stellarium: moved to science section in normal grimoire and
removed from games
2004-11-28 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* games-libs/ClanLib: Rename to games-libs/clanlib
* games-libs/ClanLib-unstable: Rename to games-libs/clanlib-devel
2004-10-30 Eric Sandall <sandalle@sourcemage.org>
* strategy/ASC: Renamed to strategy/asc
2004-07-21 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* updates and fixes:
* 3D:neverball, Scorched3D, foobillard, glhack, mahjongg3d
* For an exact ChangeLog see the mailing list SM-Discuss where I'm sending
the info...
2004-07-19 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* updates and fixes:
* arcade: jumpnbump, lbreakout2, netris, rocksndiamonds, rtts
* strategy: ASC, castle-combat, openttd, xfrisk
* deprecated: crafted
* For an exact ChangeLog see the mailing list SM-Discuss where I'm sending
the info...
2004-01-08 hgg <hgreig@bigpond.net.au>
* scummvm-cvs,scummvm_tools-cvs: These two -cvs spells have been merged into
the regular scummvm or scummvm_tools spell. dispel scummvm-cvs and
scummvm_tools-cvs and cast -r -c scummvm scummvm_tools, then just say yes
to cvs version.