Changes between Version 22 and Version 23 of Finding_Your_Way_Around


Ignore:
Timestamp:
Jun 18, 2013, 10:41:21 PM (11 years ago)
Author:
historic_bruno
Comment:

Some updates

Legend:

Unmodified
Added
Removed
Modified
  • Finding_Your_Way_Around

    v22 v23  
    3131
    3232==== tests ====
    33 TODO
     33Contains some non-mod data and scripts used by the test suite.
    3434
    3535==== tools ====
     
    6868
    6969=== workspaces ===
    70 Build workspaces and the scripts for generating them are found here. Windows users should run `update-workspaces.bat` while Linux/OS X users should run `update-workspaces.sh`.
     70Build workspaces and the scripts for generating them are found here. Windows users should run `update-workspaces.bat` while Linux/OS X users should run `update-workspaces.sh` (see BuildInstructions)
    7171
    7272== libraries ==
     
    123123
    124124=== mocks ===
    125 TODO
     125Contains code related to the cxxtest suite.
    126126
    127127=== network ===
     
    143143Defines classes used by the new [wiki:TDD_Simulation simulation]. Components that implement engine logic are included here, as well as serialization and helper classes. Note that some components are implemented in JavaScript and optionally define both JavaScript and C++ interfaces (those components are included by mods, within the `binaries\data` directory).
    144144
    145 === sound ===
    146 Defines a few classes to abstract sound management from the lower-level `snd_mgr`.
     145=== soundmanager ===
     146Contains code for the new sound manager, its helper classes and JavaScript interfaces.
     147
     148=== third_party ===
     149Contains code from third party libraries that are built as part of 0 A.D.  Unlike the rest of `source/` they are not written by WFG and may have different (but compatible) licensing.
    147150
    148151=== tools ===