-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
korean starter guide #10
Open
geunwoobaek
wants to merge
94
commits into
master
Choose a base branch
from
experimental
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…perimental release
… up to 5 tiles. Also, cleaned the hill code and improved the fixed-sized ordered list template.
…d the code from compiling.
boden/wege/weg.h:160: error: extra qualification ‘weg_t::’ on member ‘reset_way_constraints’ besch/vehikel_besch.h:236: error: storage class specifiers invalid in parameter declarations besch/vehikel_besch.h:236: error: storage class specified for parameter ‘welt’ simconvoi.h:518: warning: returning reference to temporary vehicle/simvehikel.h:249: error: extra qualification ‘vehikel_t::’ on member ‘check_way_constraints’ vehicle/simvehikel.h:304: error: storage class specifiers invalid in parameter declarations vehicle/simvehikel.h:304: error: storage class specified for parameter ‘welt’ vehicle/simvehikel.h:400: error: a storage class can only be specified for objects and functions vehicle/simvehikel.h:404: error: extra qualification ‘vehikel_t::’ on member ‘compare_directions’ simcity.h:88: error: extra qualification ‘stadt_t::’ on member ‘privatecar_init’ simcity.h:89: error: extra qualification ‘stadt_t::’ on member ‘get_private_car_ownership’ dataobj/einstellungen.cc:677: error: ‘waytype_t’ is not a class or namespace vehicle/simvehikel.cc: In member function ‘bool vehikel_t::check_way_constraints(const weg_t*) const’: vehicle/simvehikel.cc:1987: error: expected unqualified-id before ‘||’ token vehicle/simvehikel.cc:1988: error: expected primary-expression before ‘||’ token vehicle/simvehikel.cc:1988: error: expected primary-expression before ‘;’ token vehicle/simvehikel.cc:1992: error: expected primary-expression before ‘||’ token vehicle/simvehikel.cc:1992: error: expected primary-expression before ‘=’ token vehicle/simvehikel.cc:1993: error: expected primary-expression before ‘||’ token vehicle/simvehikel.cc:1993: error: expected primary-expression before ‘;’ token Signed-off-by: Ansgar Burchardt <[email protected]>
Signed-off-by: Ansgar Burchardt <[email protected]>
Signed-off-by: Ansgar Burchardt <[email protected]>
…ween smaller and larger locomotives are now handled better.
…ute finding algorithms by Gerw and Prissi).
…en they close down. Also, merged changes in the trunk up to 4th of February 2009.
… obsolete, and all orphaned industries in the chain are also closed down. To do: automatically re-connect orphaned industries to any other suitable industries on the map.
…connect to any remaining industries of a suitable type.
Conflicts: simversion.h
…saving; (2) changed halt_list from an slist_tpl to a vector_tpl to improve performance; (3) added the ability to see the origin of goods/passengers/mail in the info window for stops and convoys (although note that this information is not yet properly preserved at transfer stops; this work is in preparation for the planned new revenue system).
Conflicts: bauer/tunnelbauer.cc
…origins; and (2) fixed a bug with the cornering algorithms that caused cross-contamination between cornering values of different vehicles at the same time.
Conflicts: gui/depot_frame.cc simconvoi.h
…ploaded as a backup. *UNTESTED*. Will probably not compile.
…basic testing on reliability and performance, but needs more extensive testing.
…the floating money display from the new revenue model. Outstanding issue: waiting times are not stored properly.
…ndow. Simutrans-Experimental version now shown in the title bar. Being overdrawn for more than three months adversely affects a player's credit rating. A player's starting credit rating is based on the starting money (1/10th of it). Also:- Merge branch 'master' of git://github.com/aburch/simutrans.git Conflicts: besch/reader/tunnel_reader.cc besch/tunnel_besch.h besch/writer/tunnel_writer.cc
…g system is enabled. Changed some settings in the .vcproj file. If compiling manually, the "NEW PATHING" compiler option must be used to get the new pathing algorithm. Credit limit is restored slowly after a period of indebtedness. Revenue system updated to calculate the effect of the convoy's or line's speed on the likelihood of passengers using private cars. The "avoid overcrowding" setting now causes passengers/goods to be discarded at any overcrowded intermediate stop, not being their destination, and not pay for the journey there. A necessary file for the quickstone hashtable, missing from previous uploads, and necessary for the new pathing system, is included.
FIX: Erroneous credit limit message when adding halts. FIX: AI players could not build halts FIX: Incorrect calculation of which goods could be transported to/from a halt when lines, rather than individual convoys, were used. CHANGE: settings.xml renamed settings-experimental.xml to avoid conflicts with Simutrans-Standard FIX: Settings from settings-experimental.xml are now read
FIX: Crash when starting with show_month = 3 in simuconf.tab FIX: Incorrect display of the date and time in the main game window
FIX: Returning passengers that could not find a route were added in any event to the station with a next transfer of "unknown". FIX: Crashes in some cases on deleting halts.
Signed-off-by: Ansgar Burchardt <[email protected]>
ceeac
pushed a commit
to ceeac/simutrans
that referenced
this pull request
Jun 21, 2020
Sync with upstream
ceeac
pushed a commit
to ceeac/simutrans
that referenced
this pull request
Jan 19, 2022
Update nightly.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simultrans 스타터 가이드 한글판.pdf
I translate starter guide to korean for korean user.