Skip to content

Instantly share code, notes, and snippets.

@Hoikas
Hoikas / gist:960200
Created May 7, 2011 04:29
PEP 302 Import Hook for External.Release
/////////////////////////////////////////////////////////////////////////////
// PEP 302 Import Hook
/////////////////////////////////////////////////////////////////////////////
#ifndef BUILDING_PYPLASMA
struct ptImportHook
{
PyObject_HEAD
};
// First three functions are just so I can be lazy
@Hoikas
Hoikas / nospecials.sp
Created June 4, 2011 23:40
Adam's Versus Mod
#include <sourcemod>
public Plugin:myinfo = {
name = "[L4D2] Adam's Versus Mod",
author = "Adam Johnson",
description = "A variety of modifications for L4D2's Versus mode",
version = "1.0.0",
url = "http://www.hoikas.com"
};
KernelBase.dll!7581d368()
[Frames below may be incorrect and/or missing, no symbols loaded for KernelBase.dll]
kernel32.dll!74e918aa()
> plClient.exe!plSecureStream::ICheckMagicString(void * fp) Line 610 C++
plClient.exe!plSecureStream::IsSecureFile(const wchar_t * fileName) Line 642 + 0x6 bytes C++
plClient.exe!plSecureStream::IsSecureFile(const char * fileName) Line 617 C++
plClient.exe!plStreamSource::GetFile(std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > filename) Line 128 + 0x11 bytes C++
plClient.exe!plSDLParser::ILoadSDLFile(const char * fileName) Line 328 C++
plClient.exe!plSDLParser::IReadDescriptors() Line 411 + 0xe bytes C++
plClient.exe!plSDLMgr::Init(unsigned int behaviorFlags) Line 74 C++
Shorah everyone!
We will be bringing the MOULa servers down at 10:00 am so that we can modify the current server setup. For more details on what is happening, please read the post Chogon made here: http://mystonline.com/forums/viewtopic.php?t=20014&start=675.
We expect that this process will take about 2 hours and we will post here to let you know when the servers are back up.
Thanks!
Dexter
<?php
define('kPidFile', '/home/dirtsand/server/ds.pid');
function ds_running()
{
// No pid file, no shard.
if (!file_exists(kPidFile)){ return false; }
// Get pid and test to see if that proc is running
$pid = file_get_contents(kPidFile);
if (file_exists('/proc/'.$pid)) { return true; }
from hashlib import md5
from optparse import OptionParser # argparse sucks
import struct
import sys
parser = OptionParser()
parser.add_option("-s", "--source", dest="source",
help="SOURCE file containing known good data", metavar="SOURCE",
default="read.dat")
parser.add_option("-o", "--output", dest="output",
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Plasma;
namespace Test {
class Program {
static void Main(string[] args) {
plSDLMgr mgr = new plSDLMgr();
* Better quality KI snapshots
* Fix landing behavior
* Changed kickable behavior
* Fixed some of the blocking stairs
* Fix jitters in sliding collisions
* Fix TOS encoding errors
* Fix top arrow in the BigKI
* Fix city book clasp
* Fix Relto city book for guests
* Fix server lock-ups
- Fix footstep regions in Vothol Gallery
- Fix bad images in journals
- Fix client password hashing
- Potential fix for exploding Gira baskets
- Potential fix for Relto nose dive
- Fix camera getting stuck in Eder Kemo gazebo
- Fix for potential Net6 issue in client
- Add copy/paste support
- Sort Age Players in BigKI by player name
- Some under-the-hood goodness in the client
- Add tab-based name completion to the KI
- Fix some time related exploits
- Fix DST dates to match those of the US/Canada
- Fix for hotspots not working while sitting or AFK
- Improve server stability
- Reticulated splines