首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 谷歌代码之夏的学生工作worldforge项目。

谷歌代码之夏的学生工作worldforge项目。

资 源 简 介

The WorldForge project creates multiplayer online roleplaying games. Our vision is to foster an independent community in which many free games can develop and evolve with unique roleplaying-oriented worlds and rules, running on a wide selection of server and client implementations with a standard networking protocol tying everything together. Our core focus is the construction of a complete system with all the tools, technology, content and artwork required to build complex persistent online virtual worlds.

文 件 列 表

0001-Coding-style-issues-while-looking-for-other-stuff.patch
0002-Fixing-indentation-it-was-completely-unreadable.patch
0003-Remove-unneeded-void-is-not-clearer-than-and-it-s-no.patch
0004-Remove-trailing-unneeded-semicolon.patch
0005-const-here-is-of-no-benefit-and-confusing.patch
0006-Sanitizing-headers.patch
0007-Cleanup-of-headers.patch
0008-Including-files-so-the-previous-revert-doesn-t-break.patch
0009-Revert-Including-file-this-kind-of-forwarding-doesn-.patch
0010-Improving-doxygen-documentation-in-the-new-class-tak.patch
0011-Revoke-const-ness-some-file-needed-but-the-error-was.patch
0013-Remove-redundancies-and-omissions-and-putting-it-in-.patch
0014-Adding-const-ness-to-a-getter-method.patch
0015-Removing-dead-commented-out-code.patch
0016-Cleaning-up-headers-and-forwardings.patch
0017-Including-file-this-kind-of-forwarding-doesn-t-seem-.patch
0018-Removing-void-to-match-coding-style.patch
0019-Cleanup-and-reorganization-of-headers.patch
0020-Using-constant-member-references-to-the-TerrainPage-.patch
0021-Using-constant-member-references-to-the-TerrainPage.patch
0022-Making-getTexture-method-const.patch
0023-Reordering-variables-initialization-of-them-and-init.patch
0024-Adding-const-to-shadow-techniques-initializing-varia.patch
0025-Remove-unneeded-method.patch
0026-Moving-the-update-of-entity-positions-after-page-cre.patch
0027-Moving-the-BackgroundWorker-to-its-own-file.patch
0028-Remove-more-duplicated-filenames.patch
0029-Remove-duplicated-filenames.patch
0030-Remove-internal-block.patch
0031-Create-shadow-data-in-the-background-thread-load-the.patch
0032-Fixing-the-creation-of-the-page-in-the-background-so.patch
0033-Move-the-code-so-the-texture-is-created-only-when-ne.patch
0034-Changes-in-style-of-doxygen-comments-that-I-created-.patch
0036-Destroying-the-thread-upon-completion-of-its-work-an.patch
0037-Create-pages-in-a-background-thread.patch
0038-Not-assigning-the-bridge-right-upon-construction.patch
0039-Add-method-to-notify-Ogre-of-the-page-being-ready-th.patch
0040-Using-const-data-member-small-optimization-using-loc.patch
0041-Using-const-reference-instead-of-copy.patch
0042-const-ness.patch
0043-Remove-unused-stuff-from-TerrainGenerator-for-Lua-bi.patch
0044-const-ness.patch
0045-const-ness.patch
0046-const-ness.patch
0047-const-ness-and-removing-unneeded-getter.patch
0048-Perfecting-the-way-the-asynchronous-loading-works.patch
0049-Typo-in-log-message.patch
0050-Separate-methods-to-get-and-set-up-a-page.patch
0051-Add-support-for-asynchronous-loading.patch
0052-Modifying-constructor-to-take-bridge-as-a-parameter.patch
0053-Adding-new-method-for-asynchronous-notifications-fro.patch
0054-Remove-method-that-it-s-about-to-be-changed-anything.patch
0055-Adding-remark-about-why-it-works-that-way.patch
0056-Remove-preload-queues-in-PageManager-there-s-now-onl.patch
0057-Merge-the-state-TEXTURELOAD-with-LOAD-when-loading-p.patch
0058-Remove-unneeded-local-variables.patch
0059-Remove-variables-controlling-the-frames-that-loading.patch
0060-Remove-unneeded-states-they-can-t-be-implemented-wit.patch
0061-Setting-new-state-before-calling-the-function-while-.patch
0062-Prepare-for-asynchronous-loading-of-Data2D-in-terrai.patch
0063-Asynchronous-loading-of-terrain-pages.patch
0064-Fire-event-after-setting-new-state.patch
0065-Setting-neighbors-of-pages-to-zero-if-they-re-not-pr.patch
0066-Cleaning-up-the-Listener-while-investigating-about-e.patch
0067-Coding-style.patch
0068-Making-the-code-a-bit-more-compact-and-efficient-by-.patch
0069-Minor-improvements-removing-unneeded-local-variables.patch
0070-Maintenance-improvements-cosmetic-to-some-extent.patch
0071-Removing-last-bit-of-weirdness-from-PagingLandScapeP.patch
0072-Doxygen-comments.patch
0073-Remove-internal-method-from-public-view.patch
0074-Remove-unused-member-variable.patch
0075-Trying-to-adhere-to-coding-style-in-Ember-and-specia.patch
0076-Cleanup-of-headers.patch
0077-Proper-indentation-it-was-completely-chaotic.patch
0078-Proper-indentation-it-was-completely-chaotic.patch
0079-Remove-unused-enum.patch
0080-Removing-void-in-void-declarations.patch
0081-Setting-page-neighbors-in-the-last-steps-of-loading-.patch
0082-Initially-only-our-container-for-neighbors-has-to-be.patch
0083-Modifications-needed-by-changes-in-PagingLandScapePa.patch
0085-Revisiting-method-to-make-it-more-understandable-and.patch
0086-Using-variable-already-fetched-instead-of-calling-th.patch
0087-Change-the-place-to-set-a-few-states-it-s-clearer-in.patch
0088-Removing-unused-stuff.patch
0089-Complete-rewrite-of-this-class-trying-to-maintain-fu.patch
0090-Remove-unneeded-member-variable.patch
0091-Removed-const-ness-in-unneeded-places.patch
0092-Cleanup-of-method-signatures-to-match-general-Ember-.patch
0093-Reindenting-file-the-indentation-is-completely-messe.patch
0095-Reminders-of-a-merge-conflict-commit-pending.patch
0096-Using-local-member-variable-instance-no-need-for-a-p.patch
0097-Remove-unneeded-method-to-set-a-local-variable-which.patch
0098-Remove-unused-method.patch
0100-Removed-variable-not-used-in-the-source-class.patch
0101-Removing-unneeded-forward-declaration.patch
0102-Remove-forward-declaration-for-TerrainGenerator-not-.patch
0103-Ordering-public-members-so-they-re-easier-to-read-co.patch
0104-Fixing-stuff-that-somehow-got-lost-during-my-resolut.patch
0106-Removing-unused-method-a-very-similar-one-is-used.patch
0107-Making-the-method-updateShadows-private-it-s-only-us.patch
0108-Remove-Mercator-include-not-used.patch
0109-Changing-path-it-seems-to-give-problems-in-some-situ.patch
0110-Moving-code-definitions-inside-the-namespace-so-the-.patch
0111-Removing-references-to-TerrainGenerator-not-really-u.patch
0112-Let-WorldEmberEntity-grab-a-pointer-to-TerrainGenera.patch
0113-Making-frameStarted-method-pure-abstract-IMO-is-more.patch
0114-Adding-virtual-to-mark-that-it-s-a-virtual-method-re.patch
0115-Cleanup-of-headers-unused-variable-removed-declared-.patch
0116-Remove-header-added-twice.patch
0117-Removing-files-they-re-not-used-at-all.patch
0118-Cleanup-of-this-class-led-to-it-when-searching-refer.patch
0119-Cleanup-of-headers-I-was-led-here-due-to-references-.patch
0120-Include-needed-headers.patch
0121-Updates-to-Lua-bindings-needed-by-other-changes-of-t.patch
0122-Complete-cleanup-of-ModelManager-class-lead-from-ref.patch
0123-General-cleanup-of-minor-things-headers-forward-decl.patch
0124-const-correctness.patch
0125-Header-cleanup-while-trying-to-remove-references-to-.patch
0126-It-turns-out-that-these-can-t-be-made-const.-yet.-A-.patch
0127-Optimizing-a-loop-it-runs-about-10-faster-in-my-mach.patch
0128-Using-const-pointer-for-TerrainGenerator.patch
0129-Using-const-pointer-it-doesn-t-need-to-modify-the-po.patch
0130-Add-doxygen-documentation.patch
0131-Change-the-function-to-get-the-height-from-a-point-i.patch
0132-Initialiting-a-max-float-to-min-value-makes-more-sen.patch
0133-const-correctness-for-intersection-check.patch
0134-Correcting-indentation.patch
0135-Removed-undefined-and-uncommented-method.patch
0136-Fixing-typo-in-method-name.patch
0137-Indent-to-make-the-code-more-readable.patch
0138-const-correctness.patch
0139-Restoring-previously-removed-header-by-mistake.patch
0140-Minor-style-and-indentation-modifications-revisited-.patch
0141-const-correctness-cleanup-and-a-lot-of-indentation-i.patch
0142-Minor-style-modifications.patch
0143-Removal-of-empty-forward-declarations-and-fixing-ind.patch
0144-const-correctness.-Actually-this-time-part-of-the-jo.patch
0145-const-correctness-removal-of-unused-macros-header-cl.patch
0146-const-correctness-it-s-not-only-useful-but-needed-be.patch
0147-Adding-this-somewhat-awkward-code-to-preserve-const-.patch
0148-const-correctness-including-the-use-of-const_iterato.patch
0149-Removing-unused-macros-const-correctness-in-one-meth.patch
0150-Remove-many-header-inclusions-using-forward-declarat.patch
0151-const-correctness-and-header-cleanup.patch
0152-const-correctness.patch
0153-const-correctness.patch
0154-Removing-unneeded-headers.patch
0155-Reformatting-automatically-since-the-format-of-this-.patch
0156-Remove-unneeded-inclusion-of-Mercator-header.patch
0157-Remove-unneeded-inclusion-of-Mercator-headers-and-na.patch
0158-Remove-unneeded-inclusion-of-header.patch
0159-Renaming-method-to-avoid-confusion-with-ModelPart-vi.patch
0160-Loading-resource-groups-one-at-a-time-continue-loadi.patch
0161-Merging-two-functions-in-one-so-instead-of-repeating.patch
0162-Using-const-for-string-parameter-and-cleanup-of-head.patch
0163-Using-const-for-a-string-as-parameter-so-we-avoid-to.patch
0164-Cleanup-of-headers-adding-constructor-of-a-struct-cl.patch
0165-const-correctness-where-possible.-Fixing-function-na.patch
0166-const-correctness-where-possible.patch
0167-A-bit-of-cleanup-with-headers-and-removing-unneeded-.patch
0168-Avoiding-the-need-for-a-copy-when-erasing-iterators.patch
0169-Removal-of-duplicated-code-header-prioritization-and.patch
0170-Remove-superfluous-function-which-in-addition-was-pu.patch
0171-Remove-unused-function-moving-another-internal-funct.patch
0172-Removing-commented-out-dead-code.patch
0173-Remove-virtual-from-getHeight-it-doesn-t-make-much-s.patch
0174-Making-a-few-methods-private-since-they-re-not-used-.patch
0175-Remove-unneded-variable.patch
0176-Made-the-member-variable-for-TerrainInfo-to-be-a-reg.patch
0177-Missing-closing-bracket-in-log-message.patch
0178-Returning-a-predefined-and-checkable-by-outside-modu.patch
0179-Remove-unused-forward-declarations.patch
0180-Remove-classes-apparently-unused-for-years.patch
0181-Remove-Mercator-include-not-used.patch
0182-Changing-path-it-seems-to-give-problems-in-some-situ.patch
0183-Moving-code-definitions-inside-the-namespace-so-the-.patch
0184-Removing-references-to-TerrainGenerator-not-really-u.patch
0185-Let-WorldEmberEntity-grab-a-pointer-to-TerrainGenera.patch
0186-Making-frameStarted-method-pure-abstract-IMO-is-more.patch
0187-Adding-virtual-to-mark-that-it-s-a-virtual-method-re.patch
0188-Cleanup-of-headers-unused-variable-removed-declared-.patch
0189-Remove-header-added-twice.patch
0190-Removing-files-they-re-not-used-at-all.patch
0191-Cleanup-of-this-class-led-to-it-when-searching-refer.patch
0192-Cleanup-of-headers-I-was-led-here-due-to-references-.patch
0193-Include-needed-headers.patch
0194-Updates-to-Lua-bindings-needed-by-other-changes-of-t.patch
0195-Complete-cleanup-of-ModelManager-class-lead-from-ref.patch
0196-General-cleanup-of-minor-things-headers-forward-decl.patch
0197-const-correctness.patch
0198-Header-cleanup-while-trying-to-remove-references-to-.patch
0199-It-turns-out-that-these-can-t-be-made-const.-yet.-A-.patch
0200-Optimizing-a-loop-it-runs-about-10-faster-in-my-mach.patch
0201-Using-const-pointer-for-TerrainGenerator.patch
0202-Using-const-pointer-it-doesn-t-need-to-modify-the-po.patch
0203-Add-doxygen-documentation.patch
0204-Change-the-function-to-get-the-height-from-a-point-i.patch
0205-Initialiting-a-max-float-to-min-value-makes-more-sen.patch
0206-const-correctness-for-intersection-check.patch
0207-Correcting-indentation.patch
0208-Removed-undefined-and-uncommented-method.patch
0209-Fixing-typo-in-method-name.patch
0210-Indent-to-make-the-code-more-readable.patch
0211-const-correctness.patch
0212-Restoring-previously-removed-header-by-mistake.patch
0213-Minor-style-and-indentation-modifications-revisited-.patch
0214-const-correctness-cleanup-and-a-lot-of-indentation-i.patch
0215-Minor-style-modifications.patch
0216-Removal-of-empty-forward-declarations-and-fixing-ind.patch
0217-const-correctness.-Actually-this-time-part-of-the-jo.patch
0218-const-correctness-removal-of-unused-macros-header-cl.patch
0219-const-correctness-it-s-not-only-useful-but-needed-be.patch
0220-Adding-this-somewhat-awkward-code-to-preserve-const-.patch
0221-const-correctness-including-the-use-of-const_iterato.patch
0222-Removing-unused-macros-const-correctness-in-one-meth.patch
0223-Remove-many-header-inclusions-using-forward-declarat.patch
0224-const-correctness-and-header-cleanup.patch
0225-const-correctness.patch
0226-const-correctness.patch
0227-Removing-unneeded-headers.patch
0228-Reformatting-automatically-since-the-format-of-this-.patch
0229-Remove-unneeded-inclusion-of-Mercator-header.patch
0230-Remove-unneeded-inclusion-of-Mercator-headers-and-na.patch
0231-Remove-unneeded-inclusion-of-header.patch
0232-Renaming-method-to-avoid-confusion-with-ModelPart-vi.patch
0233-Loading-resource-groups-one-at-a-time-continue-loadi.patch
0234-Merging-two-functions-in-one-so-instead-of-repeating.patch
0235-Using-const-for-string-parameter-and-cleanup-of-head.patch
0236-Using-const-for-a-string-as-parameter-so-we-avoid-to.patch
0237-Cleanup-of-headers-adding-constructor-of-a-struct-cl.patch
0238-const-correctness-where-possible.-Fixing-function-na.patch
0239-const-correctness-where-possible.patch
0240-A-bit-of-cleanup-with-headers-and-removing-unneeded-.patch
0241-Avoiding-the-need-for-a-copy-when-erasing-iterators.patch
0242-Removal-of-duplicated-code-header-prioritization-and.patch
0243-Setting-the-of-references-to-the-appropriate-place-a.patch
0244-Restoring-header-doxygen-formatting.patch
0245-Restoring-header-doxygen-formatting.patch
0246-Restoring-header-doxygen-formatting.patch
0247-Restoring-header-doxygen-formatting.patch
0248-Removing-myself-from-copyright-I-didn-t-create-signi.patch
0249-Removing-threaded-parts-of-the-application-to-call-s.patch
0250-Removing-pthread-mutexes-not-used.patch
0251-Removing-header-included-twice.patch
0252-Header-cleanup-remove-unneeded-includes.patch
0253-Header-cleanup.patch
0254-Adding-check-and-linking-options-for-Boost-Thread-re.patch
0255-Header-cleanup.patch
0256-Maybe-ConsoleCommandWrapper-should-not-be-included-i.patch
0257-const-qualifier-for-getter-methods.patch
0258-Removing-dead-obsolete-and-commented-out-code.patch
0259-Removing-unused-method-which-in-addition-is-not-corr.patch
0260-Enhancements-to-documentation-and-a-bit-of-code-clea.patch
0261-Relocation-code-to-avoid-having-to-forward-declare.-.patch
0262-Documentation-improvement-and-cosmetic-coding-style-.patch
0263-Adding-missing-include.patch
0264-Improved-documentation-again.patch
0265-Added-const-guards-improving-doxygen-documentation.patch
0266-Fixing-logic-error-description-should-be-appended-wh.patch
0267-Enhanced-doxygen-comments-and-cleanup.patch
VIP VIP
0.172946s