Activity for ok666

  • ok666 ok666 committed [r1560] on Code

    MapButton: Handle missing girlfriend, if she is not present in any of the loaded packs

  • ok666 ok666 committed [r1559] on Code

    MediaUriService: Uri handling refactored into an own class

  • ok666 ok666 committed [r1558] on Code

    Stream copy: return the bytes written rather than a simple success flag

  • ok666 ok666 committed [r1557] on Code

    Work table was refactored to take the load off the grid.

  • ok666 ok666 committed [r1556] on Code

    Uri for VLC: Video file name is now escaped, too. This satisfies newer VLC versions, which are very picky.

  • ok666 ok666 committed [r1555] on Code

    Server: Multi-threading

  • ok666 ok666 committed [r1554] on Code

    Thread-safe log system

  • ok666 ok666 committed [r1553] on Code

    Removed unneeded code, fixed names

  • ok666 ok666 committed [r1552] on Code

    Changes to scene info

  • ok666 ok666 committed [r1551] on Code

    Changed "has seen scene" to "successfully completed scene": Scene button will still be light green if some positions weren't played.

  • ok666 ok666 committed [r1550] on Code

    "Chances" button changed: same width and font size like the other buttons

  • ok666 ok666 committed [r1549] on Code

    Code formatting and simplifications for Visual Studio 2019

  • ok666 ok666 committed [r1548]

    New parser for Freeones.com

  • ok666 ok666 committed [r1547]

    More robust filter, detects boolean fields

  • ok666 ok666 committed [r1546]

    Web request/parser for redtube.com

  • ok666 ok666 committed [r1545]

    Search in all columns/fields

  • ok666 ok666 committed [r1544]

    Media info: Combined width + height into one TextDuration

  • ok666 ok666 committed [r1543]

    Pack: Repair scene, where multiple girls are present, but some are missing from the pack

  • ok666 ok666 committed [r1542]

    Faster checking for duplicate scene or selfie IDs by using an ordered list with binary search.

  • ok666 ok666 committed [r1541]

    Editor: Error icon, if scene IDs are not unique.

  • ok666 ok666 committed [r1540]

    Added button to skip tests, if you want a quick look/search for a girl.

  • ok666 ok666 committed [r2]

    Build target corrected, so the game actually runs

  • ok666 ok666 committed [r1537]

    Same fixes as in rev. 1482

  • ok666 ok666 committed [r1536]

    Close: No penalty if the girl is already at 100 attraction and you can't flirt anymore.

  • ok666 ok666 committed [r1533]

    SetControls: Bugfix for showing all rooms with Room/Apartment/LuxuryAppartment

  • ok666 ok666 committed [r1531]

    Debug tool tip on flirt button, if spy scene

  • ok666 ok666 committed [r1530]

    Cheerleader scene checking added

  • ok666 ok666 committed [r1529]

    Enforce day time for "Cheerleader"

  • ok666 ok666 committed [r1528]

    New location "Cheerleader" at the school

  • ok666 ok666 committed [r1525]

    New column for girlpack's file name

  • ok666 ok666 committed [r1524]

    Initialize chat button text for very old girlpacks, so it isn't NULL on immediate save after load.

  • ok666 ok666 committed [r1523]

    Optional positioning of info bar on left-hand side

  • ok666 ok666 committed [r1516]

    SetGridHeights: New minimum height for scene list is 220px to account for partner image + girl list.

  • ok666 ok666 committed [r1501]

    WebCam: Fix for accessing another thread, if video reached its end.

  • ok666 ok666 committed [r1497]

    Rolodex: Don't show flirt/sex numbers to avoid confusing users.

  • ok666 ok666 committed [r1495]

    Rolodex: Reverted girl list to all available girls

  • ok666 ok666 committed [r1492]

    Add code of new rolodex popup (Visual SVN didn't pick it up)

  • ok666 ok666 committed [r1490]

    Home, Hotel room: Rolodex to keep up with all the girls' data

  • ok666 ok666 committed [r1489]

    Flirt bio check: Bugfix index-out-of-bounds, if no interests

  • ok666 ok666 committed [r1487]

    FlirtBioCheck: Action on goodbye button should also close parent flirt popup.

  • ok666 ok666 committed [r1484]

    Bio check after flirting, so the player is forced to talk to each girl.

  • ok666 ok666 committed [r1482]

    Bot: Added relation 11..15 to birthday/measurements, reverse order to match beginning against beginning of actual value.

  • ok666 ok666 committed [r1468]

    Introducing girl's bio check variables, no random test after flirt yet.

  • ok666 ok666 committed [r1462]

    FlirtPopup: Birthday menu appears on correct day, not only after clicking the birthday present during CityTransition.

  • ok666 ok666 committed [r1460]

    ShoppingLocation/ShopLocation -> WestMallLocation/EastMallLocation

  • ok666 ok666 committed [r1459]

    Shared, Player: 2nd RemoveItem combined with the 1st

  • ok666 ok666 committed [r1458]

    Image getters: Ensure data before creating memory stream

  • ok666 ok666 committed [r1457]

    Simplification: Use null operator (where possible)

  • ok666 ok666 committed [r1456]

    Optimization: Defer bitmap creation (player/buddy image) from raw image data to actual usage.

  • ok666 ok666 committed [r1455]

    Optimization: Defer bitmap creation (car/furniture image) from raw image data to actual usage.

  • ok666 ok666 committed [r1454]

    Simplification: EventHandler?.Invoke()

  • ok666 ok666 committed [r1452]

    Load selfies: Don't remove all selfies before loading new ones.

  • ok666 ok666 committed [r1451]

    Same styles in App.xaml and Generic.xaml, alphabetical sort

  • ok666 ok666 committed [r1448]

    Optimization: Sanity checks of ChatButtonText moved to setter.

  • ok666 ok666 committed [r1444]

    Style: GameButtonStyle has to be DynamicResource, so it doesn't require the style to be at the same level or above in the visual tree.

  • ok666 ok666 committed [r1442]

    Shared: ShowSizeWarning fixed, image getter has to be called once to actually create the bitmap

  • ok666 ok666 committed [r1440]

    Optimization: Defer bitmap creation (profile/selfie image) from raw image data to actual usage.

  • ok666 ok666 committed [r1439]

    GameLocationManager, InfoBar: Quick save handling changed, since the InfoBar removes the focus from the MainWindow.

  • ok666 ok666 committed [r1435]

    UpdateSourceTrigger of some bindings changed to LostFocus, so trimming won't be done immediately.

  • ok666 ok666 committed [r1434]

    Deferred generation of DirtyDream + StreetWindow from MainWindow (= startup) to actual usage

  • ok666 ok666 committed [r1433]

    Target for VLC: x86 instead of AnyCPU

  • ok666 ok666 committed [r1431]

    Editor main: Check save first before loading new girlpack (also with MRU item)

  • ok666 ok666 committed [r1430]

    VS2015 projects edited (old code analysis sections removed, target platform v4.6.1, AnyCPU removed)

  • ok666 ok666 committed [r1426]

    WasSexInRailRoadTrain removed, you could get stuck after sex on train, directly saving your game and reloading.

  • ok666 ok666 committed [r1425]

    GirlData.AliasesCommaText: Remove duplicates, if appended to this property.

  • ok666 ok666 committed [r1423]

    Added babepedia.com

  • ok666 ok666 committed [r1422]

    Editor: Cancel quit, if cancel button in CheckSaveFirst is pressed

  • ok666 ok666 committed [r1421]

    Set fixed width for control, so long girl names won't break the layout.

  • ok666 ok666 committed [r1419]

    Smartphone: Combined both horizontal and vertical version into one, used binding for properties.

  • ok666 ok666 committed [r1417]

    AliasEditor: Sort alias names

  • ok666 ok666 committed [r1416]

    Load/Store eye color

  • ok666 ok666 committed [r1415]

    GirlDataRequest: ViewModel separated

  • ok666 ok666 committed [r1414]

    GirlDataRequest: Add freeones.com

  • ok666 ok666 committed [r1413]

    Boobpedia: Small change to get different version of eye color

  • ok666 ok666 committed [r1412]

    Shared: More robust parsing of measurements, e.g. "36C-24-36 in"

  • ok666 ok666 committed [r1410]

    Request girl's image, default updating is set to "0". This way the picture can be used as validation, but won't change the profile image.

  • ok666 ok666 committed [r1409]

    More editor options, you can now exclude girl properties from updating.

  • ok666 ok666 committed [r1407]

    Skip "No known aliases" on iafd.com

  • ok666 ok666 committed [r1406]

    Editor: Web request for girl(s) data, at the moment iafd.com is supported.

  • ok666 ok666 committed [r1405]

    Fix for selfie image count, no additional property needed for binding

  • ok666 ok666 committed [r1404]

    New girl properties: Birthday, bust, cup, waist, hip, eye color, piercings and alias names

  • ok666 ok666 committed [r1401]

    LoadPacks: While merging girls copy selfies to girl in database.

  • ok666 ok666 committed [r1400]

    Get girl data/ID: Initialize file mask with girl's name, assuming it's part of the girlpack's file name.

  • ok666 ok666 committed [r1399]

    Editor: Move selfies up/down

  • ok666 ok666 committed [r1397]

    Bordello, Stripclub, Phonebook: Check partner, day time, calendar event and relation ship level for scenes.

  • ok666 ok666 committed [r1395]

    Cumshots with too high a relation ship level are now skipped, if a lower one follows.

  • ok666 ok666 committed [r1387]

    New handling of multiple cumshots: Play them all after simultaneous orgasms.

  • ok666 ok666 committed [r1386]

    GotoSexLocation: Girl is already aroused for second round

  • ok666 ok666 committed [r1384]

    YourGirlfriend: No premature return, so showGF can be evaluated. Girlfriend image/hearts no longer remain in HomeLocation.

  • ok666 ok666 committed [r1383]

    PhoneGirl: Defer both girl and scene to popup, so no sex (only flirting) is possible, if scene is empty.

  • ok666 ok666 committed [r1381]

    Editor: Possible scene ID change while loading an already known scene. You can check if it contains different movie files.

  • ok666 ok666 committed [r1379]

    New location for savegames: \Documents\My Games\Scoreville

  • ok666 ok666 committed [r1378]

    LocationHelper.YourGirlfriend: Bugfix, GF has to be shown if you have one.

  • ok666 ok666 committed [r1377]

    Bugfix: Additional checks to ensure there really is a girlfriend

  • ok666 ok666 committed [r1375]

    Phone girls will visit you at home, you have to search for them. This way spy scenes are possible.

  • ok666 ok666 committed [r1372]

    Converted girlpacks will be saved to itself, a different file is no longer created.

  • ok666 ok666 committed [r1371]

    DoEditScene: Don't check SceneName, it could be changed in the SceneEditor.

  • ok666 ok666 committed [r1370]

    Better use FirstOrDefault to get a null result, if no matching elements.

  • ok666 ok666 committed [r1369]

    Load scene: Use DoEditScene after loading to attach new scene to all possible girls.

  • ok666 ok666 committed [r1368]

    Conversion of very old TwoGirlspacks (without first/second girl ID, only FirstGirl = true/false, SecondGirl = true/false)

1 >
MongoDB Logo MongoDB