Author Topic: [Dev] To do for 3.5.1  (Read 1951 times)

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
[Dev] To do for 3.5.1
« on: 29 April 2011, 20:31:04 »
This is supposed to be more of a to do list (maintained by the development team) than a discussion thread really. But please do feel free to pick a topic and start a separate discussion on it.



OUTSTANDING
(Please move fixed/done items down to the next section.)

* (tom) After release: If time permits, do some outreach based on the release announcement

* (tom) Fix WYSIWYG editor on CMS backend (file permissions issues?)

* (tom) Fix mixed content (plain/SSL) issue on CMS backend (create + save unified diffs since this CMS doesn't support the hardly ever heard of functionality of SSL and loves fully qualified URLs better than relative paths - end rant)



DONE

* (titi) Output of queued commands is hidden behind icons and normal commands are displayed looking like queued too (#1).

* (titi+tom) As svenstaro pointed out, MG should look for glest.ini in /usr/share/megaglest and /usr/local/share/megaglest, and fall back to ./glest.ini only if it could not be found there; it should be possible that MG finds glest.ini in these locations without the user specifying any command line arguments

* (tom) More testing, focus on large cross-platform multi-player games

* (tom) Attempt to get more updated translations

* (tom) Build and upload releases

* (tom) Update INI documentation if/as needed

* (tom) After release: Update 'news' and 'downloads' (incl. changelog) sections on the website about this release

* (tom) After release: Update version notifications on masterserver

* (tom) After release: Compose and send release announcement to megaglest-announce and megaglest-development mailing lists

* (tom) After release: Update techtree documentation on website

* (tom) After release: Schedule and announce new Multi-player Sessions
« Last Edit: 18 June 2016, 15:23:23 by filux »
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

m0ellemeister

  • Guest
Re: [Dev] To do for 3.5.1
« Reply #1 on: 7 May 2011, 12:41:39 »
Quote
* (titi+tom) As svenstaro pointed out, MG should look for glest.ini in /usr/share/megaglest and /usr/local/share/megaglest, and fall back to ./glest.ini only if it could not be found there; it should be possible that MG finds glest.ini in these locations without the user specifying any command line arguments

Pretty cool, this will fix another issue on FreeBSD  :D

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,238
    • View Profile
Re: [Dev] To do for 3.5.1
« Reply #2 on: 7 May 2011, 18:57:46 »
3.5.1 has full Linux packing support, by default cmake .. and the ini entries will work and there also make install added to the cmake scripts. Data and binaries are separated, both packages from sourceofrge will have the ability to install together or separately into their respective folders.

I'll document all this once we release.