Changelog

Forum for technical discussions regarding development. If you have a general suggestion, problem or comment, please use one of the other forums.

Moderator: OpenTTD Developers

Post Reply
MJS
Director
Director
Posts: 540
Joined: 28 Jul 2005 09:31

Changelog

Post by MJS »

Is there an easy overview somewhere of all the changes to the trunk (nightlies)? I know http://nightly.openttd.org/devs/changes.log, but there only the latest changes are listed.

On a different note: all changes are prefixed with Fix, Feature, etc. It would be very nice if there would be a list somewhere with only the Features, just so that ordinary users can keep a quick eye on what's happening rather than just what's being discussed here :-).
User avatar
Bilbo
Tycoon
Tycoon
Posts: 1710
Joined: 06 Jun 2007 21:07
Location: Czech Republic

Re: Changelog

Post by Bilbo »

svn co svn://svn.openttt.org/trunk
cd trunk
svn log | grep -i feature >feature.changelog
less feature.changelog

Simple and easy :)
If you need something, do it yourself or it will be never done.

My patches: Extra large maps (1048576 high, 1048576 wide) (FS#1059), Vehicle + Town + Industry console commands (FS#1060), few minor patches (FS#2820, FS#1521, FS#2837, FS#2843), AI debugging facility

Other: Very large ships NewGRF, Bilbo's multiplayer patch pack v5 (for OpenTTD 0.7.3)
User avatar
Digitalfox
Chief Executive
Chief Executive
Posts: 710
Joined: 28 Oct 2004 04:42
Location: Catch the Fox if you can...

Re: Changelog

Post by Digitalfox »

Bilbo wrote:svn co svn://svn.openttt.org/trunk
cd trunk
svn log | grep -i feature >feature.changelog
less feature.changelog

Simple and easy :)
Or:

http://cia.vc/stats/project/OpenTTD

But this won't give just features but all changelog on trunk and branches :)
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Re: Changelog

Post by DaleStan »

Bilbo wrote:svn co svn://svn.openttt.org/trunk
cd trunk
svn log | grep -i feature >feature.changelog
less feature.changelog

Simple and easy :)
Better:

svn log svn://svn.openttd.org/trunk | grep -i feature >feature.changelog
less feature.changelog

No need to check out the source if you just want the log. (Nitpick: It also helps not to ask about OpenTTT. :p )
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
richk67
Tycoon
Tycoon
Posts: 2363
Joined: 05 Jun 2003 16:21
Location: Up North
Contact:

Re: Changelog

Post by richk67 »

Or maybe http://git.openttd.org/cgi-bin/gitweb.cgi. Many solutions to the same problem.
OTTD NewGRF_ports. Add an airport design via newgrf.Superceded by Yexo's NewGrf Airports 2
Want to organise your trains? Try Routemarkers.
--- ==== --- === --- === ---
Firework Photography
MJS
Director
Director
Posts: 540
Joined: 28 Jul 2005 09:31

Re: Changelog

Post by MJS »

DaleStan wrote: svn log svn://svn.openttd.org/trunk | grep -i feature >feature.changelog
less feature.changelog
But I'm on Windows XP, and I guess these are linux commands. So that leaves me with the CIA, I guess (what do they do with TTD? :P).
User avatar
Bilbo
Tycoon
Tycoon
Posts: 1710
Joined: 06 Jun 2007 21:07
Location: Czech Republic

Re: Changelog

Post by Bilbo »

These work on windows too, if you have the right tools installed (svn + msys will be enough)
If you need something, do it yourself or it will be never done.

My patches: Extra large maps (1048576 high, 1048576 wide) (FS#1059), Vehicle + Town + Industry console commands (FS#1060), few minor patches (FS#2820, FS#1521, FS#2837, FS#2843), AI debugging facility

Other: Very large ships NewGRF, Bilbo's multiplayer patch pack v5 (for OpenTTD 0.7.3)
Post Reply

Return to “OpenTTD Development”

Who is online

Users browsing this forum: No registered users and 9 guests